Home
last modified time | relevance | path

Searched refs:CreateSemaphoreW (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/winapi/
Dsemaphore.hpp46 CreateSemaphoreW(
133 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreW(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in CreateSemaphoreW() function
135 …return ::CreateSemaphoreW(reinterpret_cast< ::_SECURITY_ATTRIBUTES* >(lpSemaphoreAttributes), lIni… in CreateSemaphoreW()
154 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, lpName); in create_semaphore()
159 return winapi::CreateSemaphoreW(lpSemaphoreAttributes, lInitialCount, lMaximumCount, 0); in create_anonymous_semaphore()
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.cpp148 boost::winapi::HANDLE_ h = boost::winapi::CreateSemaphoreW in create_or_open()