Home
last modified time | relevance | path

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

12

/third_party/libunwind/include/win/
Dpthread.h19 typedef long pthread_mutex_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h45 typedef LosMux pthread_mutex_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h35 #define pthread_mutex_t __pthread_mutex_t_discard macro
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h166 #define pthread_mutex_t dng_pthread_mutex_t macro
/third_party/ffmpeg/compat/
Dw32pthreads.h57 typedef SRWLOCK pthread_mutex_t; typedef
Dos2threads.h53 typedef _fmutex pthread_mutex_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h45 typedef LosMux pthread_mutex_t; typedef
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c25 typedef CRITICAL_SECTION pthread_mutex_t; typedef
/third_party/musl/include/
Dalltypes.h.in86 …[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } pthread_mutex_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h373 …def struct { unsigned int magic; unsigned int handle; pthread_mutexattr_t stAttr;} pthread_mutex_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h371 …[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } pthread_mutex_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h422 …def struct { unsigned int magic; unsigned int handle; pthread_mutexattr_t stAttr;} pthread_mutex_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h422 …def struct { unsigned int magic; unsigned int handle; pthread_mutexattr_t stAttr;} pthread_mutex_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
/third_party/rust/crates/libc/src/unix/
Dmod.rs1090 lock: *mut pthread_mutex_t, in pthread_mutex_init()
1123 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1303 mutex: *mut pthread_mutex_t, in pthread_mutex_init()
1317 pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> ::c_int; in pthread_mutex_timedlock()
1481 mutex: *mut ::pthread_mutex_t, in pthread_cond_timedwait()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs35 pub type pthread_mutex_t = usize; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs4 pub type pthread_mutex_t = *mut ::c_void; typedef
1584 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs37 pub type pthread_mutex_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs704 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs11 pub type pthread_mutex_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3701 lock: *mut pthread_mutex_t, in pthread_mutex_init()
3718 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
4142 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs61 pub type pthread_mutex_t = ::sync_t; typedef
2838 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1695 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2802 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()

12