mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
- Test mutex construction (default and named) - Test lock/unlock operations - Test try_lock functionality - Test timed lock with various timeout values - Test critical section protection - Test concurrent access and contention scenarios - Test inter-thread synchronization with named mutex - Test resource cleanup (clear, clear_storage) - Test native handle access - Test edge cases (reopen, zero timeout, rapid operations) - Test exception safety of try_lock |
||
|---|---|---|
| .. | ||
| archive | ||
| test_buffer.cpp | ||
| test_mutex.cpp | ||
| test_shm.cpp | ||