Searched defs:windows_shared_memory (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/interprocess/ |
D | windows_shared_memory.hpp | 60 class windows_shared_memory class 75 …windows_shared_memory(create_only_t, const char *name, mode_t mode, std::size_t size, const permis… in windows_shared_memory() function in boost::interprocess::windows_shared_memory 81 …windows_shared_memory(open_or_create_t, const char *name, mode_t mode, std::size_t size, const per… in windows_shared_memory() function in boost::interprocess::windows_shared_memory 86 windows_shared_memory(open_only_t, const char *name, mode_t mode) in windows_shared_memory() function in boost::interprocess::windows_shared_memory 92 windows_shared_memory(BOOST_RV_REF(windows_shared_memory) moved) in windows_shared_memory() function in boost::interprocess::windows_shared_memory 145 inline windows_shared_memory::windows_shared_memory() in windows_shared_memory() function in boost::interprocess::windows_shared_memory
|