Searched refs:CreateSemaphoreW (Results 1 – 2 of 2) sorted by relevance
46 CreateSemaphoreW(133 BOOST_FORCEINLINE HANDLE_ CreateSemaphoreW(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInit… in CreateSemaphoreW() function135 …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()
148 boost::winapi::HANDLE_ h = boost::winapi::CreateSemaphoreW in create_or_open()