mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
- Test semaphore construction (default and named with count) - Test wait and post operations - Test timed wait with various timeout values - Test producer-consumer patterns - Test multiple producers and consumers scenarios - Test concurrent post operations - Test initial count behavior - Test named semaphore sharing between threads - Test resource cleanup (clear, clear_storage) - Test edge cases (zero timeout, after clear, high frequency) |
||
|---|---|---|
| .. | ||
| archive | ||
| test_buffer.cpp | ||
| test_mutex.cpp | ||
| test_semaphore.cpp | ||
| test_shm.cpp | ||