Home
last modified time | relevance | path

Searched defs:pthread_rwlock_t (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h220 #define pthread_rwlock_t dng_pthread_rwlock_t macro
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_rwlock_test.cpp33 …RwlockHandleControl(std::function<int(pthread_rwlock_t*, const timespec*)> mTimedLockFunction, clo… in RwlockHandleControl()
/third_party/musl/include/
Dalltypes.h.in90 …volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h400 …volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h391 …volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h449 …volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h447 …volatile int __vi[sizeof(long)==8?14:8]; void *__p[sizeof(long)==8?7:8]; } __u; } pthread_rwlock_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2414 pthread_rwlock_t = __darwin_pthread_rwlock_t variable
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1429 attr: *mut ::pthread_rwlock_t, in pthread_rwlock_init()
1444 attr: *mut ::pthread_rwlock_t, in pthread_rwlock_timedrdlock()
1456 attr: *mut ::pthread_rwlock_t, in pthread_rwlock_timedwrlock()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs37 pub type pthread_rwlock_t = usize; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1136 lock: *mut pthread_rwlock_t, in pthread_rwlock_init()
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs39 pub type pthread_rwlock_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs15 pub type pthread_rwlock_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs8 pub type pthread_rwlock_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3727 lock: *mut pthread_rwlock_t, in pthread_rwlock_init()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6264 } pthread_rwlock_t; typedef