Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_condattr_setpshared.c3 int pthread_condattr_setpshared(pthread_condattr_t *a, int pshared) in pthread_condattr_setpshared() function
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h130 #define pthread_condattr_setpshared _pthread_condattr_setpshared macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1581 pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int; in pthread_condattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1750 pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int; in pthread_condattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2694 pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int; in pthread_condattr_setpshared() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5193 pub fn pthread_condattr_setpshared(attr: *mut pthread_condattr_t, pshared: ::c_int) -> ::c_int; in pthread_condattr_setpshared() functions

Completed in 34 milliseconds