Home
last modified time | relevance | path

Searched refs:open_or_create_mutex (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/sync/windows/
Dsync_utils.hpp151 void* open_or_create_mutex(const sync_id &id) in open_or_create_mutex() function in boost::interprocess::ipcdetail::sync_handles
172 hnd_val = open_or_create_mutex(id); in obtain_mutex()
Dwinapi_mutex_wrapper.hpp104 m_mtx_hnd = winapi::open_or_create_mutex in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp688 inline void *open_or_create_mutex(const char *name, bool initial_owner, interprocess_security_attri… in open_or_create_mutex() function