mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 08:46:45 +08:00
- Fix handle class member functions: remove incorrect shm:: prefix - h.acquire() not h.shm::acquire() - h.release() not h.shm::release() - h.sub_ref() not h.shm::sub_ref() - Keep shm:: prefix for namespace-level global functions: - shm::acquire(), shm::release(id), shm::get_mem() - shm::remove(), shm::get_ref(id), shm::sub_ref(id) - Fix comments to use correct terminology - Resolves: 'shm::acquire is not a class member' compilation errors |
||
|---|---|---|
| .. | ||
| archive | ||
| CMakeLists.txt | ||
| test_buffer.cpp | ||
| test_condition.cpp | ||
| test_ipc_channel.cpp | ||
| test_locks.cpp | ||
| test_mutex.cpp | ||
| test_semaphore.cpp | ||
| test_shm.cpp | ||