Home
last modified time | relevance | path

Searched defs:open_or_create_semaphore (Results 1 – 2 of 2) 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
/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