Home
last modified time | relevance | path

Searched defs:pthread_mutex_t (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/Modules/Inputs/merge-implicit-special-members/
Da.h1 struct pthread_mutex_t { int lock; }; argument
Db.h1 struct pthread_mutex_t { int lock; }; struct
/external/clang/test/Modules/Inputs/merge-name-for-linkage/
Da.h1 typedef union {} pthread_mutex_t; typedef
Db.h1 typedef union {} pthread_mutex_t; typedef
/external/pigweed/third_party/chromium_verifier/public/chromium_verifier/pthread/
Dpthread.h25 typedef uint32_t pthread_mutex_t; typedef
/external/clang/test/Modules/
Dmerge-name-for-linkage.cpp4 typedef union {} pthread_mutex_t; typedef
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-pthread-lock.h8 } pthread_mutex_t; typedef
/external/gemmlowp/profiling/
Dpthread_everywhere.h46 using pthread_mutex_t = std::mutex *; variable
/external/dng_sdk/source/
Ddng_pthread.h166 #define pthread_mutex_t dng_pthread_mutex_t macro
/external/libaom/libaom/aom_util/
Daom_thread.h35 typedef CRITICAL_SECTION pthread_mutex_t; typedef
/external/webp/src/utils/
Dthread_utils.c25 typedef CRITICAL_SECTION pthread_mutex_t; typedef
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h35 typedef CRITICAL_SECTION pthread_mutex_t; typedef
/external/musl/include/
Dalltypes.h.in86 …[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.h94 typedef int pthread_mutex_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
/external/rust/crates/libc/src/unix/
Dmod.rs1052 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/
Dmod.rs1298 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/
Dmod.rs35 pub type pthread_mutex_t = usize; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs4 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/
Dmod.rs11 pub type pthread_mutex_t = *mut ::c_void; typedef
/external/rust/crates/libc/src/unix/redox/
Dmod.rs25 pub type pthread_mutex_t = *mut ::c_void; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs719 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3686 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/
Dmod.rs1568 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()

12