Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dpthread_rwlockattr_init.c3 int pthread_rwlockattr_init(pthread_rwlockattr_t *a) in pthread_rwlockattr_init() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1169 pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) -> ::c_int; in pthread_rwlockattr_init() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1416 pub fn pthread_rwlockattr_init(attr: *mut ::pthread_rwlockattr_t) -> ::c_int; in pthread_rwlockattr_init() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3736 pub fn pthread_rwlockattr_init(attr: *mut pthread_rwlockattr_t) -> ::c_int; in pthread_rwlockattr_init() function