Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_win.c302 LEGACY_CONDVAR *cv; in ossl_crypto_condvar_new() local
336 LEGACY_CONDVAR *cv = *(LEGACY_CONDVAR **)cv_p; in ossl_crypto_condvar_free() local
360 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_wait_timeout() local
484 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *ext_m) in ossl_crypto_condvar_wait()
491 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_broadcast() local
512 LEGACY_CONDVAR *cv = (LEGACY_CONDVAR *)cv_; in ossl_crypto_condvar_signal() local
544 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait()
554 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout()
567 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast()
575 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal()
[all …]
H A Dthread_none.c61 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait()
65 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout()
70 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast()
74 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal()
78 void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv) in ossl_crypto_condvar_free()
H A Dthread_posix.c168 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait()
178 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex, in ossl_crypto_condvar_wait_timeout()
203 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_broadcast()
211 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv) in ossl_crypto_condvar_signal()
219 void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv) in ossl_crypto_condvar_free()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) in cv_init()
155 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) in cv_wait()
163 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) in cv_timedwait()
189 cv_signal(pthread_cond_t *cv) in cv_signal()
197 cv_broadcast(pthread_cond_t *cv) in cv_broadcast()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dspl_condvar.h48 struct cv { struct
49 const char *cv_description; argument
50 int cv_waiters; argument
H A Dcondvar.h93 #define zfs_cv_init(cv, name, type, arg) do { \ argument
104 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) argument
/freebsd/sys/sys/
H A Dcondvar.h38 struct cv { struct
39 const char *cv_description; argument
40 int cv_waiters; argument
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h47 #define zfs_cv_init(cv, name, type, arg) do { \ argument
58 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) argument
/freebsd/lib/libthr/thread/
H A Dthr_umtx.c237 _thr_ucond_init(struct ucond *cv) in _thr_ucond_init()
244 _thr_ucond_wait(struct ucond *cv, struct umutex *m, in _thr_ucond_wait()
260 _thr_ucond_signal(struct ucond *cv) in _thr_ucond_signal()
269 _thr_ucond_broadcast(struct ucond *cv) in _thr_ucond_broadcast()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp181 notify_all_at_thread_exit(condition_variable * cv,mutex * m) notify_all_at_thread_exit() argument
206 notify_all_at_thread_exit(condition_variable * cv,mutex * m) notify_all_at_thread_exit() argument
H A Dcall_once.cpp28 static constinit __libcpp_condvar_t cv = _LIBCPP_CONDVAR_INITIALIZER; variable
/freebsd/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp11 static pthread_cond_t cv; variable
H A Dcond_wait_cancel2.cpp16 static pthread_cond_t cv; variable
/freebsd/contrib/file/src/
H A Dreadcdf.c74 static const struct cv { struct
96 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) in cdf_clsid_to_mime()
/freebsd/lib/libc/iconv/
H A Dcitrus_iconv.h55 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, in _citrus_iconv_convert()
H A Dcitrus_iconv.c281 struct _citrus_iconv *cv = NULL; in _citrus_iconv_open() local
352 _citrus_iconv_close(struct _citrus_iconv *cv) in _citrus_iconv_close()
/freebsd/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c34 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/freebsd/crypto/openssl/test/
H A Dconfdump.c24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i); in dump_section() local
/freebsd/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp93 std::condition_variable cv; unlinkAsync() local
/freebsd/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c73 static kcondvar_t cv; variable
/freebsd/crypto/openssl/include/internal/
H A Dquic_thread_assist.h47 CRYPTO_CONDVAR *cv; member
/freebsd/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c421 _citrus_iconv_std_iconv_init_context(struct _citrus_iconv *cv) in _citrus_iconv_std_iconv_init_context()
457 _citrus_iconv_std_iconv_uninit_context(struct _citrus_iconv *cv) in _citrus_iconv_std_iconv_uninit_context()
464 _citrus_iconv_std_iconv_convert(struct _citrus_iconv * __restrict cv, in _citrus_iconv_std_iconv_convert()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c334 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init()
341 cv_destroy(kcondvar_t *cv) in cv_destroy()
347 cv_wait(kcondvar_t *cv, kmutex_t *mp) in cv_wait()
355 cv_wait_sig(kcondvar_t *cv, kmutex_t *mp) in cv_wait_sig()
362 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait()
395 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires()
435 cv_signal(kcondvar_t *cv) in cv_signal()
441 cv_broadcast(kcondvar_t *cv) in cv_broadcast()
/freebsd/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c84 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) in _citrus_iconv_none_iconv_init_context()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h505 # define TsanHappensBefore(cv) AnnotateHappensBefore(__FILE__, __LINE__, cv) argument
508 # define TsanHappensAfter(cv) AnnotateHappensAfter(__FILE__, __LINE__, cv) argument
516 # define TsanHappensBefore(cv) argument
517 # define TsanHappensAfter(cv) argument

1234