Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h222 #define pthread_rwlock_destroy dng_pthread_rwlock_destroy macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1143 pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1434 pub fn pthread_rwlock_destroy(attr: *mut ::pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3730 pub fn pthread_rwlock_destroy(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_destroy() function