Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/thread/
H A Darch.c29 if ((handle->condvar = ossl_crypto_condvar_new()) == NULL) in ossl_crypto_thread_native_start()
40 ossl_crypto_condvar_free(&handle->condvar); in ossl_crypto_thread_native_start()
57 ossl_crypto_condvar_wait(thread->condvar, thread->statelock); in ossl_crypto_thread_native_join()
65 ossl_crypto_condvar_wait(thread->condvar, thread->statelock); in ossl_crypto_thread_native_join()
86 ossl_crypto_condvar_signal(thread->condvar); in ossl_crypto_thread_native_join()
100 ossl_crypto_condvar_signal(thread->condvar); in ossl_crypto_thread_native_join()
126 ossl_crypto_condvar_free(&handle->condvar); in ossl_crypto_thread_native_clean()
/src/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()
/src/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()
/src/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()
/src/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
/src/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
/src/contrib/sqlite3/autosetup/
H A Dsystem.tcl170 lassign $condargs condvar
171 if {[regexp {^!(.*)} $condvar -> condvar]} {
176 set condexpr "\[[list get-define $condvar]\] $op {0 {}}"
/src/contrib/ofed/opensm/include/complib/
H A Dcl_event_osd.h61 pthread_cond_t condvar; member
/src/contrib/llvm-project/libcxx/modules/std/
H A Dcondition_variable.inc12 // [thread.condition.condvar], class condition_variable
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dcondvar.h33 #include_next <sys/condvar.h>
/src/share/man/man9/
H A DMakefile68 condvar.9 \
885 MLINKS+=condvar.9 cv_broadcast.9 \
886 condvar.9 cv_broadcastpri.9 \
887 condvar.9 cv_destroy.9 \
888 condvar.9 cv_init.9 \
889 condvar.9 cv_signal.9 \
890 condvar.9 cv_timedwait.9 \
891 condvar.9 cv_timedwait_sig.9 \
892 condvar.9 cv_timedwait_sig_sbt.9 \
893 condvar.9 cv_wait.9 \
[all …]
/src/cddl/lib/libspl/
H A DMakefile16 condvar.c \
/src/crypto/openssl/include/internal/
H A Dthread_arch.h78 CRYPTO_CONDVAR *condvar; member
/src/sys/contrib/openzfs/lib/libspl/
H A DMakefile.am20 %D%/condvar.c \
/src/crypto/openssl/crypto/thread/arch/
H A Dthread_posix.c29 ossl_crypto_condvar_broadcast(thread->condvar); in thread_start_thunk()
H A Dthread_win.c29 ossl_crypto_condvar_signal(thread->condvar); in thread_start_thunk()
/src/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am34 %D%/sys/condvar.h \
/src/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am18 %D%/spl/sys/condvar.h \
/src/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am65 %D%/spl/sys/condvar.h \
/src/sys/contrib/openzfs/module/
H A DKbuild.in79 spl-condvar.o \
/src/contrib/llvm-project/libcxx/include/
H A D__config905 // Destroying a condvar is a nop on Windows.
/src/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi852 <abi-instr address-size='64' path='lib/libspl/condvar.c' language='LANG_C99'>
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1232 <abi-instr address-size='64' path='lib/libspl/condvar.c' language='LANG_C99'>