mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 08:46:45 +08:00
- Test condition variable construction (default and named) - Test wait, notify, and broadcast operations - Test timed wait with timeout and infinite wait - Test integration with mutex for synchronization - Test producer-consumer patterns with condition variables - Test multiple waiters with broadcast - Test spurious wakeup handling patterns - Test named condition variable sharing between threads - Test resource cleanup (clear, clear_storage) - Test edge cases (after clear, immediate notify) |
||
|---|---|---|
| .. | ||
| archive | ||
| test_buffer.cpp | ||
| test_condition.cpp | ||
| test_mutex.cpp | ||
| test_semaphore.cpp | ||
| test_shm.cpp | ||