Home
last modified time | relevance | path

Searched defs:mutex_name (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/thread/win32/
Donce.hpp114 inline void name_once_mutex(once_char_type* mutex_name,void* flag_address) in name_once_mutex()
131 inline void* open_once_event(once_char_type* mutex_name,void* flag_address) in open_once_event()
149 inline void* create_once_event(once_char_type* mutex_name,void* flag_address) in create_once_event()
167 detail::once_char_type mutex_name[once_mutex_name_length]; member
Dthread_primitives.hpp90 const char *mutex_name, in create_event()
/third_party/libusb/libusb/os/
Dwindows_common.c481 char mutex_name[11 + 8 + 1]; // strlen("libusb_init") + (32-bit hex PID) + '\0' in windows_init() local
577 char mutex_name[11 + 8 + 1]; // strlen("libusb_init") + (32-bit hex PID) + '\0' in windows_exit() local
/third_party/boost/libs/thread/test/
Dtest_shared_mutex.cpp17 #define CHECK_LOCKED_VALUE_EQUAL(mutex_name,value,expected_value) \ argument
Dtest_shared_mutex_timed_locks_chrono.cpp17 #define CHECK_LOCKED_VALUE_EQUAL(mutex_name,value,expected_value) \ argument
Dtest_shared_mutex_timed_locks.cpp15 #define CHECK_LOCKED_VALUE_EQUAL(mutex_name,value,expected_value) \ argument
Dtest_shared_mutex_part_2.cpp16 #define CHECK_LOCKED_VALUE_EQUAL(mutex_name,value,expected_value) \ argument