Searched refs:pthread_condattr_init (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_condattr.c44 __weak_reference(_pthread_condattr_init, pthread_condattr_init);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c62 PTHREAD_REQUIRE(pthread_condattr_init(&attr));
H A Dt_cond.c648 PTHREAD_REQUIRE(pthread_condattr_init(&condattr));
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h145 error = pthread_condattr_init(&attr);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h143 error = pthread_condattr_init(&attr);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h130 #define pthread_condattr_init _pthread_condattr_init macro
H A Dun-namespace.h111 #undef pthread_condattr_init macro
/freebsd-13-stable/include/
H A Dpthread.h197 int pthread_condattr_init(pthread_condattr_t *);
/freebsd-13-stable/contrib/xz/src/common/
H A Dmythread.h231 && pthread_condattr_init(&condattr) == 0) {
/freebsd-13-stable/share/man/man3/
H A DMakefile473 pthread_condattr.3 pthread_condattr_init.3 \
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1381 status = pthread_condattr_init(&__kmp_suspend_cond_attr);
1382 KMP_CHECK_SYSFAIL("pthread_condattr_init", status);
1904 status = pthread_condattr_init(&cond_attr);
1905 KMP_CHECK_SYSFAIL("pthread_condattr_init", status);
/freebsd-13-stable/lib/libusb/
H A Dlibusb10.c179 if (pthread_condattr_init(&attr) != 0) {
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c944 if ((rv = pthread_condattr_init(&cattr))) {

Completed in 147 milliseconds