Home
last modified time | relevance | path

Searched defs:pthread_rwlockattr_setpshared (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_rwlockattr_setpshared.c3 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *a, int pshared) in pthread_rwlockattr_setpshared() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h186 #define pthread_rwlockattr_setpshared _pthread_rwlockattr_setpshared macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1599 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1759 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2703 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5210 pub fn pthread_rwlockattr_setpshared(attr: *mut pthread_rwlockattr_t, val: ::c_int) -> ::c_int; in pthread_rwlockattr_setpshared() functions

Completed in 33 milliseconds