| /third_party/musl/porting/liteos_a_newlib/kernel/include/ |
| D | pthread.h | 45 typedef LosMux pthread_mutex_t; typedef
|
| /third_party/python/Include/cpython/ |
| D | pthread_stubs.h | 35 typedef struct { void *__x; } pthread_mutex_t; typedef
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
| D | _pthreadtypes.h | 35 #define pthread_mutex_t __pthread_mutex_t_discard macro
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 166 #define pthread_mutex_t dng_pthread_mutex_t macro
|
| /third_party/ffmpeg/compat/ |
| D | os2threads.h | 53 typedef _fmutex pthread_mutex_t; typedef
|
| D | w32pthreads.h | 57 typedef SRWLOCK pthread_mutex_t; typedef
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | pthread.h | 45 typedef LosMux pthread_mutex_t; typedef
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 25 typedef CRITICAL_SECTION pthread_mutex_t; typedef
|
| /third_party/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
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | alltypes.h | 373 …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/ |
| D | alltypes.h | 371 …[sizeof(long)==8?10:6]; volatile void *volatile __p[sizeof(long)==8?5:6]; } __u; } pthread_mutex_t; typedef
|
| /third_party/rust/crates/libc/src/teeos/ |
| D | mod.rs | 106 pub struct pthread_mutex_t { struct 108 size: [u8; __SIZEOF_PTHREAD_MUTEX_T], 1081 lock: *mut pthread_mutex_t, in pthread_mutex_init() 1111 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | alltypes.h | 422 …def struct { unsigned int magic; unsigned int handle; pthread_mutexattr_t stAttr;} pthread_mutex_t; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | alltypes.h | 422 …def struct { unsigned int magic; unsigned int handle; pthread_mutexattr_t stAttr;} pthread_mutex_t; typedef
|
| /third_party/python/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 2411 pthread_mutex_t = __darwin_pthread_mutex_t variable
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1082 lock: *mut pthread_mutex_t, in pthread_mutex_init() 1115 lock: *mut pthread_mutex_t, in pthread_cond_timedwait()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1320 mutex: *mut pthread_mutex_t, in pthread_mutex_init() 1334 pub fn pthread_mutex_timedlock(attr: *mut pthread_mutex_t, spec: *const timespec) -> ::c_int; in pthread_mutex_timedlock() 1498 mutex: *mut ::pthread_mutex_t, in pthread_cond_timedwait()
|
| /third_party/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 35 pub type pthread_mutex_t = usize; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 4 pub type pthread_mutex_t = *mut ::c_void; typedef 1618 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 717 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3792 lock: *mut pthread_mutex_t, in pthread_mutex_init() 3809 lock: *mut pthread_mutex_t, in pthread_cond_timedwait() 4235 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 12 pub type pthread_mutex_t = *mut ::c_void; typedef
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 61 pub type pthread_mutex_t = ::sync_t; typedef 3059 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1715 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|
| /third_party/rust/crates/libc/src/unix/hurd/ |
| D | mod.rs | 154 pub type pthread_mutex_t = __pthread_mutex; typedef 3978 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
|