Searched refs:create_anonymous_semaphore (Results 1 – 5 of 5) sorted by relevance
157 BOOST_FORCEINLINE HANDLE_ create_anonymous_semaphore(SECURITY_ATTRIBUTES_* lpSemaphoreAttributes, L… in create_anonymous_semaphore() function
57 semaphore(detail::win32::create_anonymous_semaphore(0,LONG_MAX)), in basic_cv_list_entry()180 wake_sem=detail::win32::create_anonymous_semaphore(0,LONG_MAX); in get_wait_entry()
135 inline handle create_anonymous_semaphore(long initial_count,long max_count) in create_anonymous_semaphore() function
95 semaphores[unlock_sem]=detail::win32::create_anonymous_semaphore(0,LONG_MAX); in shared_mutex()
575 …m_semaphore(boost::winapi::create_anonymous_semaphore(NULL, 0, (std::numeric_limits< boost::winapi… in semaphore()