| /external/clang/test/Modules/Inputs/merge-implicit-special-members/ |
| D | a.h | 1 struct pthread_mutex_t { int lock; }; argument
|
| D | b.h | 1 struct pthread_mutex_t { int lock; }; struct
|
| /external/clang/test/Modules/Inputs/merge-name-for-linkage/ |
| D | b.h | 1 typedef union {} pthread_mutex_t; typedef
|
| D | a.h | 1 typedef union {} pthread_mutex_t; typedef
|
| /external/clang/test/Modules/ |
| D | merge-name-for-linkage.cpp | 4 typedef union {} pthread_mutex_t; typedef
|
| /external/clang/test/Analysis/Inputs/ |
| D | system-header-simulator-for-pthread-lock.h | 8 } pthread_mutex_t; typedef
|
| /external/gemmlowp/profiling/ |
| D | pthread_everywhere.h | 46 using pthread_mutex_t = std::mutex *; variable
|
| /external/dng_sdk/source/ |
| D | dng_pthread.h | 166 #define pthread_mutex_t dng_pthread_mutex_t macro
|
| /external/libaom/libaom/aom_util/ |
| D | aom_thread.h | 35 typedef CRITICAL_SECTION pthread_mutex_t; typedef
|
| /external/libvpx/libvpx/vpx_util/ |
| D | vpx_thread.h | 35 typedef CRITICAL_SECTION pthread_mutex_t; typedef
|
| /external/webp/src/utils/ |
| D | thread_utils.c | 25 typedef CRITICAL_SECTION pthread_mutex_t; typedef
|
| /external/python/pycparser/utils/fake_libc_include/ |
| D | _fake_typedefs.h | 94 typedef int pthread_mutex_t; typedef
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1076 lock: *mut pthread_mutex_t, in pthread_mutex_init() 1111 lock: *mut pthread_mutex_t, in pthread_cond_wait() 1119 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1374 mutex: *mut pthread_mutex_t, in pthread_mutex_init() 1389 attr: *mut pthread_mutex_t, in pthread_mutex_timedlock() 1501 mutex: *mut ::pthread_mutex_t, in pthread_cond_wait() 1577 mutex: *mut ::pthread_mutex_t, in pthread_cond_timedwait()
|
| /external/python/cpython2/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
|
| /external/python/cpython3/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
|
| /external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 4 pub type pthread_mutex_t = *mut ::c_void; typedef 1328 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /external/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 45 pub type pthread_mutex_t = usize; typedef
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 725 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /external/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 25 pub type pthread_mutex_t = *mut ::c_void; typedef
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 11 pub type pthread_mutex_t = *mut ::c_void; typedef
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3759 lock: *mut pthread_mutex_t, in pthread_mutex_init() 3782 lock: *mut pthread_mutex_t, in pthread_cond_wait() 3786 lock: *mut pthread_mutex_t, in pthread_cond_timedwait() 4418 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /external/crosvm/net_sys/src/ |
| D | iff.rs | 766 impl Default for pthread_mutex_t { implementation
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1340 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /external/rust/crates/libc/src/unix/uclibc/ |
| D | mod.rs | 1857 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|