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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_condattr.c49 __weak_reference(_pthread_condattr_setpshared, pthread_condattr_setpshared);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h132 #define pthread_condattr_setpshared _pthread_condattr_setpshared macro
H A Dun-namespace.h113 #undef pthread_condattr_setpshared macro
/freebsd-13-stable/include/
H A Dpthread.h199 int pthread_condattr_setpshared(pthread_condattr_t *, int);
/freebsd-13-stable/share/man/man3/
H A DMakefile477 pthread_condattr.3 pthread_condattr_setpshared.3
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c952 if ((rv = pthread_condattr_setpshared(&cattr, PTHREAD_PROCESS_SHARED))) {

Completed in 181 milliseconds