Home
last modified time | relevance | path

Searched refs:condvar (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event.c59 pthread_cond_init(&p_event->condvar, NULL); in cl_event_init()
74 pthread_cond_broadcast(&p_event->condvar); in cl_event_destroy()
75 pthread_cond_destroy(&p_event->condvar); in cl_event_destroy()
91 pthread_cond_broadcast(&p_event->condvar); in cl_event_signal()
93 pthread_cond_signal(&p_event->condvar); in cl_event_signal()
143 if (pthread_cond_wait(&p_event->condvar, &p_event->mutex)) in cl_event_wait_on()
156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c111 retval = -cv_wait_sig(&lock->condvar, &ww_mutex_global); in linux_ww_mutex_lock_sub()
118 cv_wait(&lock->condvar, &ww_mutex_global); in linux_ww_mutex_lock_sub()
126 cv_signal(&lock->condvar); in linux_ww_mutex_lock_sub()
143 cv_signal(&lock->condvar); in linux_ww_mutex_unlock_sub()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h45 struct cv condvar; member
123 cv_destroy(&lock->condvar); in ww_mutex_destroy()
136 cv_init(&lock->condvar, "lkpi-ww"); in ww_mutex_init()
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h153 #define EVTHREAD_ALLOC_COND(condvar) \ argument
155 (condvar) = evthread_cond_fns_.alloc_condition ? \
276 #define EVTHREAD_ALLOC_COND(condvar) \ argument
278 (condvar) = evthreadimpl_cond_alloc_(0); \
325 #define EVTHREAD_ALLOC_COND(condvar) EVUTIL_NIL_STMT_ argument
/freebsd/contrib/libevent/
H A Devthread-internal.h153 #define EVTHREAD_ALLOC_COND(condvar) \ argument
155 (condvar) = evthread_cond_fns_.alloc_condition ? \
276 #define EVTHREAD_ALLOC_COND(condvar) \ argument
278 (condvar) = evthreadimpl_cond_alloc_(0); \
325 #define EVTHREAD_ALLOC_COND(condvar) EVUTIL_NIL_STMT_ argument
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_event_osd.h61 pthread_cond_t condvar; member
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcondition_variable.cppm
/freebsd/share/man/man9/
H A DMakefile66 condvar.9 \
880 MLINKS+=condvar.9 cv_broadcast.9 \
881 condvar.9 cv_broadcastpri.9 \
882 condvar.9 cv_destroy.9 \
883 condvar.9 cv_init.9 \
884 condvar.9 cv_signal.9 \
885 condvar.9 cv_timedwait.9 \
886 condvar.9 cv_timedwait_sig.9 \
887 condvar.9 cv_timedwait_sig_sbt.9 \
888 condvar.9 cv_wait.9 \
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am17 %D%/spl/sys/condvar.h \
/freebsd/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am62 %D%/spl/sys/condvar.h \
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in73 spl-condvar.o \
/freebsd/contrib/llvm-project/libcxx/include/
H A D__config905 // Destroying a condvar is a nop on Windows.