Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dwinapi_semaphore_wrapper.hpp139 bool open_semaphore(const char *name) in open_semaphore() function in boost::interprocess::ipcdetail::winapi_semaphore_wrapper
142 m_sem_hnd = winapi::open_semaphore(name); in open_semaphore()
/third_party/boost/boost/winapi/
Dsemaphore.hpp169 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpNa… in open_semaphore() function
177 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpN… in open_semaphore() function
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp703 inline void *open_semaphore(const char *name) in open_semaphore() function