Home
last modified time | relevance | path

Searched refs:PTHREAD_RWLOCK_INITIALIZER (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/src/thread/
H A Dpthread_key_create.c11 static pthread_rwlock_t key_lock = PTHREAD_RWLOCK_INITIALIZER;
30 else key_lock = (pthread_rwlock_t)PTHREAD_RWLOCK_INITIALIZER; in __pthread_key_atfork()
H A Dlock_ptc.c3 static pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER;
/third_party/musl/libc-test/src/regression/
H A Dpthread_rwlock-ebusy.c29 pthread_rwlock_t rw = PTHREAD_RWLOCK_INITIALIZER; in main()
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_pthread.c41 # ifdef PTHREAD_RWLOCK_INITIALIZER
/third_party/openssl/crypto/
H A Dthreads_pthread.c41 # ifdef PTHREAD_RWLOCK_INITIALIZER
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp233 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; in HWTEST_F()
334 pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; in HWTEST_F()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h66 #define PTHREAD_RWLOCK_INITIALIZER {0} macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h66 #define PTHREAD_RWLOCK_INITIALIZER {0} macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h66 #define PTHREAD_RWLOCK_INITIALIZER {0} macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h59 #define PTHREAD_RWLOCK_INITIALIZER {0} macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c54 {pthread_rwlock_t x = PTHREAD_RWLOCK_INITIALIZER;} in f()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs209 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = pthread_rwlock_t { consts
/third_party/musl/porting/linux/user/include/
H A Dpthread.h85 #define PTHREAD_RWLOCK_INITIALIZER {{{0}}} macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h130 #define PTHREAD_RWLOCK_INITIALIZER {0} macro
/third_party/musl/include/
H A Dpthread.h60 #define PTHREAD_RWLOCK_INITIALIZER {{{0}}} macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs300 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = pthread_rwlock_t { consts
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c74 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER;
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c75 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER;
/third_party/musl/src/aio/
H A Daio.c75 static pthread_rwlock_t maplock = PTHREAD_RWLOCK_INITIALIZER;
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs239 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = pthread_rwlock_t { consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs695 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = usize::max_value(); consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs526 pub const PTHREAD_RWLOCK_INITIALIZER: ::pthread_rwlock_t = -1isize as *mut _; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs909 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = pthread_rwlock_t { consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1194 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = 0 as *mut _; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1273 pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = 0 as *mut _; consts

Completed in 32 milliseconds

12