Searched refs:__mutex (Results 1 – 11 of 11) sorted by relevance
/freebsd/include/ |
H A D | pthread.h | 207 pthread_mutex_t * __mutex, 209 __requires_exclusive(*__mutex); 211 pthread_mutex_t * __restrict __mutex) 212 __requires_exclusive(*__mutex); 233 int pthread_mutex_consistent(pthread_mutex_t * __mutex) 234 __requires_exclusive(*__mutex); 235 int pthread_mutex_destroy(pthread_mutex_t * __mutex) 236 __requires_unlocked(*__mutex); 237 int pthread_mutex_init(pthread_mutex_t * __restrict __mutex, 239 __requires_unlocked(*__mutex); [all...] |
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | mutex | 194 #include <__mutex/lock_guard.h> 195 #include <__mutex/mutex.h> 196 #include <__mutex/once_flag.h> 197 #include <__mutex/tag_types.h> 198 #include <__mutex/unique_lock.h>
|
H A D | condition_variable | 127 #include <__mutex/lock_guard.h> 128 #include <__mutex/mutex.h> 129 #include <__mutex/tag_types.h> 130 #include <__mutex/unique_lock.h>
|
H A D | syncstream | 186 // _ __get_it(__ptr)->second.__mutex exclusive 188 // Instead store a pointer to __get_it(__ptr)->second.__mutex when 194 return lock_guard{__get_it(__ptr)->second.__mutex}; 215 mutex __mutex;
|
H A D | shared_mutex | 134 # include <__mutex/mutex.h> 135 # include <__mutex/tag_types.h> 136 # include <__mutex/unique_lock.h>
|
H A D | module.modulemap | 1570 module std_private_mutex_lock_guard [system] { header "__mutex/lock_guard.h" } 1571 module std_private_mutex_mutex [system] { header "__mutex/mutex.h" } 1572 module std_private_mutex_once_flag [system] { header "__mutex/once_flag.h" } 1573 module std_private_mutex_tag_types [system] { header "__mutex/tag_types.h" } 1574 module std_private_mutex_unique_lock [system] { header "__mutex/unique_lock.h" }
|
H A D | __locale | 16 #include <__mutex/once_flag.h>
|
/freebsd/lib/libstdthreads/ |
H A D | threads.h | 50 mtx_t __mutex; member
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 69 __mutex
|
/freebsd/lib/libc++/ |
H A D | libcxx.imp | 557 { include: [ "<__mutex/lock_guard.h>", "private", "<mutex>", "public" ] }, 558 { include: [ "<__mutex/mutex.h>", "private", "<mutex>", "public" ] }, 559 { include: [ "<__mutex/once_flag.h>", "private", "<mutex>", "public" ] }, 560 { include: [ "<__mutex/tag_types.h>", "private", "<mutex>", "public" ] }, 561 { include: [ "<__mutex/unique_lock.h>", "private", "<mutex>", "public" ] },
|
H A D | Makefile | 972 MUTDIR= ${CXXINCLUDEDIR}/__mutex 979 MUT+= ${HDRDIR}/__mutex/${hdr}
|