Searched refs:PTHREAD_COND_INITIALIZER (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c36 pthread_cond_t cv = PTHREAD_COND_INITIALIZER;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmevent_test.c55 static pthread_cond_t accept_condvar = PTHREAD_COND_INITIALIZER;
H A Dbhyverun.c765 static pthread_cond_t resetcpu_cond = PTHREAD_COND_INITIALIZER;
/freebsd-11-stable/include/
H A Dpthread.h102 #define PTHREAD_COND_INITIALIZER NULL macro
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c86 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c48 static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER;
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc452 static pthread_cond_t emergency_malloc_wait = PTHREAD_COND_INITIALIZER;

Completed in 140 milliseconds