| /third_party/rust/rust/library/std/src/sys/unix/thread_parking/ |
| D | pthread.rs | 19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function 24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock() 34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait() 41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
|
| /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/rust/rust/library/std/src/sys/unix/locks/ |
| D | pthread_mutex.rs | 13 pub unsafe fn raw(m: &Mutex) -> *mut libc::pthread_mutex_t { in raw()
|
| D | pthread_condvar.rs | 91 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
|
| /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/m133/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 166 #define pthread_mutex_t dng_pthread_mutex_t 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/skia/m133/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()
|