Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h45 typedef LosMux pthread_mutex_t; typedef
/third_party/python/Include/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } 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/
Dos2threads.h53 typedef _fmutex pthread_mutex_t; typedef
Dw32pthreads.h57 typedef SRWLOCK 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/rust/crates/libc/src/teeos/
Dmod.rs106 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/
Dalltypes.h422 …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/
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.rs1082 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/
Dmod.rs1320 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/
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
1618 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs717 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3792 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/
Dmod.rs12 pub type pthread_mutex_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs61 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/
Dmod.rs1715 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()
/third_party/rust/crates/libc/src/unix/hurd/
Dmod.rs154 pub type pthread_mutex_t = __pthread_mutex; typedef
3978 lock: *mut pthread_mutex_t, in pthread_mutex_timedlock()

12