/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 | a.h | 1 typedef union {} pthread_mutex_t; typedef
|
D | b.h | 1 typedef union {} pthread_mutex_t; typedef
|
/external/pigweed/third_party/chromium_verifier/public/chromium_verifier/pthread/ |
D | pthread.h | 25 typedef uint32_t 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/webp/src/utils/ |
D | thread_utils.c | 25 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/musl/include/ |
D | alltypes.h.in | 86 …[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } pthread_mutex_t; variable
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 94 typedef int pthread_mutex_t; typedef
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1052 lock: *mut pthread_mutex_t, in pthread_mutex_init() 1085 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1298 mutex: *mut pthread_mutex_t, in pthread_mutex_init() 1312 pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> ::c_int; in pthread_mutex_timedlock() 1476 mutex: *mut ::pthread_mutex_t, in pthread_cond_timedwait()
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 35 pub type pthread_mutex_t = usize; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 4 pub type pthread_mutex_t = *mut ::c_void; typedef 1562 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
/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/unix/redox/ |
D | mod.rs | 25 pub type pthread_mutex_t = *mut ::c_void; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 719 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3686 lock: *mut pthread_mutex_t, in pthread_mutex_init() 3703 lock: *mut pthread_mutex_t, in pthread_cond_timedwait() 4127 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1568 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|