Home
last modified time | relevance | path

Searched refs:__mutex (Results 1 – 11 of 11) sorted by relevance

/freebsd/include/
H A Dpthread.h207 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 Dmutex194 #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 Dcondition_variable127 #include <__mutex/lock_guard.h>
128 #include <__mutex/mutex.h>
129 #include <__mutex/tag_types.h>
130 #include <__mutex/unique_lock.h>
H A Dsyncstream186 // _ __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 Dshared_mutex134 # include <__mutex/mutex.h>
135 # include <__mutex/tag_types.h>
136 # include <__mutex/unique_lock.h>
H A Dmodule.modulemap1570 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__locale16 #include <__mutex/once_flag.h>
/freebsd/lib/libstdthreads/
H A Dthreads.h50 mtx_t __mutex; member
/freebsd/etc/mtree/
H A DBSD.include.dist69 __mutex
/freebsd/lib/libc++/
H A Dlibcxx.imp557 { 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 DMakefile972 MUTDIR= ${CXXINCLUDEDIR}/__mutex
979 MUT+= ${HDRDIR}/__mutex/${hdr}