Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_mutex_consistent.c4 int pthread_mutex_consistent(pthread_mutex_t *m) in pthread_mutex_consistent() function
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs3057 pub fn pthread_mutex_consistent(mutex: *mut pthread_mutex_t) -> ::c_int; in pthread_mutex_consistent() function
/third_party/rust/crates/libc/src/unix/aix/
Dmod.rs2731 pub fn pthread_mutex_consistent(mutex: *mut ::pthread_mutex_t) -> ::c_int; in pthread_mutex_consistent() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs5217 pub fn pthread_mutex_consistent(mutex: *mut ::pthread_mutex_t) -> ::c_int; in pthread_mutex_consistent() function