Home
last modified time | relevance | path

Searched defs:pthread_rwlock_rdlock (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h224 #define pthread_rwlock_rdlock dng_pthread_rwlock_rdlock macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1148 pub fn pthread_rwlock_rdlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_rdlock() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1437 pub fn pthread_rwlock_rdlock(attr: *mut ::pthread_rwlock_t) -> ::c_int; in pthread_rwlock_rdlock() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3731 pub fn pthread_rwlock_rdlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_rdlock() function