Home
last modified time | relevance | path

Searched defs:pthread_rwlock_wrlock (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h228 #define pthread_rwlock_wrlock dng_pthread_rwlock_wrlock macro
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h182 #define pthread_rwlock_wrlock _pthread_rwlock_wrlock macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1158 pub fn pthread_rwlock_wrlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_wrlock() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1449 pub fn pthread_rwlock_wrlock(attr: *mut ::pthread_rwlock_t) -> ::c_int; in pthread_rwlock_wrlock() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3733 pub fn pthread_rwlock_wrlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_wrlock() function