Ticket #6727: diff
File diff, 648 bytes (added by , 11 years ago) |
---|
-
boost/interprocess/sync/shm/named_condition.hpp
39 39 40 40 namespace boost { 41 41 namespace interprocess { 42 namespace ipcdetail {43 42 44 43 /// @cond 45 44 namespace ipcdetail{ class interprocess_tester; } 46 45 /// @endcond 47 46 47 namespace ipcdetail { 48 48 49 //! A global condition variable that can be created by name. 49 50 //! This condition variable is designed to work with named_mutex and 50 51 //! can't be placed in shared memory or memory mapped files.