Searched refs:create_anonymous_semaphore_nothrow (Results 1 – 2 of 2) sorted by relevance
121 inline handle create_anonymous_semaphore_nothrow(long initial_count,long max_count) in create_anonymous_semaphore_nothrow() function137 handle const res=create_anonymous_semaphore_nothrow(initial_count,max_count); in create_anonymous_semaphore()
96 semaphores[exclusive_sem]=detail::win32::create_anonymous_semaphore_nothrow(0,LONG_MAX); in shared_mutex()102 upgrade_sem=detail::win32::create_anonymous_semaphore_nothrow(0,LONG_MAX); in shared_mutex()