Home
last modified time | relevance | path

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

1234

/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/sbin/hastd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) in cv_init()
153 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) __requires_exclusive(*lock) in cv_wait()
161 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) in cv_timedwait()
180 cv_signal(pthread_cond_t *cv) in cv_signal()
188 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.h92 #define zfs_cv_init(cv, name, type, arg) do { \ argument
103 #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.cpp152 void __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) { in notify_all_at_thread_exit()
167 void __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) { in notify_all_at_thread_exit()
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/netbsd-tests/rump/kernspace/
H A Dthread.c73 static kcondvar_t cv; variable
/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.c329 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init()
336 cv_destroy(kcondvar_t *cv) in cv_destroy()
342 cv_wait(kcondvar_t *cv, kmutex_t *mp) in cv_wait()
350 cv_wait_sig(kcondvar_t *cv, kmutex_t *mp) in cv_wait_sig()
357 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait()
390 cv_timedwait_hires(kcondvar_t *cv, kmutex_t *mp, hrtime_t tim, hrtime_t res, in cv_timedwait_hires()
430 cv_signal(kcondvar_t *cv) in cv_signal()
436 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/lld/Common/
H A DFilesystem.cpp95 std::condition_variable cv; in unlinkAsync() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h497 # define TsanHappensBefore(cv) AnnotateHappensBefore(__FILE__, __LINE__, cv) argument
500 # define TsanHappensAfter(cv) AnnotateHappensAfter(__FILE__, __LINE__, cv) argument
508 # define TsanHappensBefore(cv) argument
509 # define TsanHappensAfter(cv) argument
/freebsd/usr.sbin/pkg/
H A Dconfig.c222 struct config_value *cv; in config_parse() local
460 struct config_value *cv; in config_init() local
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dblake3.h37 uint32_t cv[8]; member
/freebsd/sys/contrib/openzfs/include/sys/
H A Dblake3.h53 uint32_t cv[8]; member

1234