Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_primitives.hpp121 inline handle create_anonymous_semaphore_nothrow(long initial_count,long max_count) in create_anonymous_semaphore_nothrow() function
137 handle const res=create_anonymous_semaphore_nothrow(initial_count,max_count); in create_anonymous_semaphore()
Dshared_mutex.hpp96 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()