Searched refs:open_semaphore (Results 1 – 3 of 3) sorted by relevance
139 bool open_semaphore(const char *name) in open_semaphore() function in boost::interprocess::ipcdetail::winapi_semaphore_wrapper142 m_sem_hnd = winapi::open_semaphore(name); in open_semaphore()
169 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ lpNa… in open_semaphore() function177 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpN… in open_semaphore() function
703 inline void *open_semaphore(const char *name) in open_semaphore() function