Home
last modified time | relevance | path

Searched defs:create_anonymous_semaphore (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/winapi/
Dsemaphore.hpp157 BOOST_FORCEINLINE HANDLE_ create_anonymous_semaphore(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, L… in create_anonymous_semaphore() function
/third_party/boost/boost/thread/win32/
Dthread_primitives.hpp135 inline handle create_anonymous_semaphore(long initial_count,long max_count) in create_anonymous_semaphore() function