Home
last modified time | relevance | path

Searched refs:__mutex (Results 1 – 18 of 18) 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/__cxx03/
H A Dmutex194 #include <__cxx03/__mutex/lock_guard.h>
195 #include <__cxx03/__mutex/mutex.h>
196 #include <__cxx03/__mutex/once_flag.h>
197 #include <__cxx03/__mutex/tag_types.h>
198 #include <__cxx03/__mutex/unique_lock.h>
H A Dcondition_variable127 #include <__cxx03/__mutex/lock_guard.h>
128 #include <__cxx03/__mutex/mutex.h>
129 #include <__cxx03/__mutex/tag_types.h>
130 #include <__cxx03/__mutex/unique_lock.h>
H A Dmodule.modulemap1570 module cxx03_std_private_mutex_lock_guard [system] { header "__mutex/lock_guard.h" }
1571 module cxx03_std_private_mutex_mutex [system] { header "__mutex/mutex.h" }
1572 module cxx03_std_private_mutex_once_flag [system] { header "__mutex/once_flag.h" }
1573 module cxx03_std_private_mutex_tag_types [system] { header "__mutex/tag_types.h" }
1574 module cxx03_std_private_mutex_unique_lock [system] { header "__mutex/unique_lock.h" }
H A D__locale16 #include <__cxx03/__mutex/once_flag.h>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmutex196 # include <__mutex/lock_guard.h>
197 # include <__mutex/mutex.h>
198 # include <__mutex/once_flag.h>
199 # include <__mutex/tag_types.h>
200 # include <__mutex/unique_lock.h>
H A Dcondition_variable130 # include <__mutex/lock_guard.h>
131 # include <__mutex/mutex.h>
132 # include <__mutex/tag_types.h>
133 # include <__mutex/unique_lock.h>
H A Dsyncstream132 # include <__mutex/lock_guard.h>
193 // _ __get_it(__ptr)->second.__mutex exclusive
195 // Instead store a pointer to __get_it(__ptr)->second.__mutex when
201 return lock_guard{__get_it(__ptr)->second.__mutex};
222 mutex __mutex;
H A Dshared_mutex137 # include <__mutex/mutex.h>
138 # include <__mutex/tag_types.h>
139 # include <__mutex/unique_lock.h>
H A Dmodule.modulemap.in1709 module lock_guard { header "__mutex/lock_guard.h" }
1710 module mutex { header "__mutex/mutex.h" }
1711 module once_flag { header "__mutex/once_flag.h" }
1712 module tag_types { header "__mutex/tag_types.h" }
1713 module unique_lock { header "__mutex/unique_lock.h" }
H A Dfuture387 # include <__mutex/lock_guard.h>
388 # include <__mutex/mutex.h>
389 # include <__mutex/unique_lock.h>
H A D__locale20 # include <__mutex/once_flag.h>
/freebsd/etc/mtree/
H A DBSD.include.dist76 __mutex
143 __mutex
/freebsd/lib/libstdthreads/
H A Dthreads.h50 mtx_t __mutex; member
/freebsd/lib/libc++/
H A Dlibcxx.imp605 { include: [ "<__mutex/lock_guard.h>", "private", "<mutex>", "public" ] },
606 { include: [ "<__mutex/mutex.h>", "private", "<mutex>", "public" ] },
607 { include: [ "<__mutex/once_flag.h>", "private", "<mutex>", "public" ] },
608 { include: [ "<__mutex/tag_types.h>", "private", "<mutex>", "public" ] },
609 { include: [ "<__mutex/unique_lock.h>", "private", "<mutex>", "public" ] },
H A Dmodule.modulemap1709 module lock_guard { header "__mutex/lock_guard.h" }
1710 module mutex { header "__mutex/mutex.h" }
1711 module once_flag { header "__mutex/once_flag.h" }
1712 module tag_types { header "__mutex/tag_types.h" }
1713 module unique_lock { header "__mutex/unique_lock.h" }
H A DMakefile1153 C3MUTDIR= ${CXXINCLUDEDIR}/__cxx03/__mutex
1160 C3MUT+= ${HDRDIR}/__cxx03/__mutex/${hdr}
1832 MUTDIR= ${CXXINCLUDEDIR}/__mutex
1839 MUT+= ${HDRDIR}/__mutex/${hdr}
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc396 {"_ZN9__gnu_cxx7__mutex4lockEv", "__gnu_cxx::__mutex::lock()"},
403 {"_ZN9__gnu_cxx7__mutex6unlockEv", "__gnu_cxx::__mutex::unlock()"},