Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dsync_utils.hpp137 void* open_or_create_semaphore(const sync_id &id, unsigned int initial_count) in open_or_create_semaphore() function in boost::interprocess::ipcdetail::sync_handles
189 hnd_val = open_or_create_semaphore(id, initial_count); in obtain_semaphore()
Dwinapi_semaphore_wrapper.hpp125 m_sem_hnd = winapi::open_or_create_semaphore in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp700 inline void *open_or_create_semaphore(const char *name, long initial_count, long maximum_count, int… in open_or_create_semaphore() function