Searched defs:cv (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dcnf_save.c79 static void print_conf(CONF_VALUE *cv) argument
/freebsd-11-stable/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp12 pthread_cond_t cv; variable
H A Dcond_wait_cancel2.cpp17 pthread_cond_t cv; variable
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_iconv.h54 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, argument
H A Dcitrus_iconv.c278 struct _citrus_iconv *cv = NULL; local
340 _citrus_iconv_close(struct _citrus_iconv *cv) argument
[all...]
H A Dbsd_iconv.c267 struct _citrus_iconv *cv; local
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c73 static kcondvar_t cv; variable
/freebsd-11-stable/sys/sys/
H A Dcondvar.h46 struct cv { struct
[all...]
/freebsd-11-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c36 pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/freebsd-11-stable/sbin/hastd/
H A Dsynch.h140 cv_init(pthread_cond_t *cv) argument
182 cv_signal(pthread_cond_t *cv) argument
190 cv_broadcast(pthread_cond_t *cv) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp200 _LIBCPP_SAFE_STATIC static __libcpp_condvar_t cv = _LIBCPP_CONDVAR_INITIALIZER; variable
H A Dthread.cpp187 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
212 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
/freebsd-11-stable/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c83 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) argument
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) argument
155 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) argument
163 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) argument
189 cv_signal(pthread_cond_t *cv) argument
197 cv_broadcast(pthread_cond_t *cv) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dview.c146 struct config_view* cv; local
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.h111 struct cv cv[1]; /* internal condition variable */ member in struct:usb_dma_parent_tag
/freebsd-11-stable/sys/i386/bios/
H A Dapm.h36 struct cv cv; member in struct:apm_softc
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp35 void ProcessChunk(const AsanChunkView &cv) { argument
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c248 _thr_ucond_init(struct ucond *cv) argument
255 _thr_ucond_wait(struct ucond *cv, struct umutex *m, argument
271 _thr_ucond_signal(struct ucond *cv) argument
280 _thr_ucond_broadcast(struct ucond *cv) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c244 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) argument
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c211 struct config_value *cv; local
426 struct config_value *cv; local
[all...]
/freebsd-11-stable/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) argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.cpp25 AnnotateCondVarSignal(const char *f, int l, uptr cv) argument
27 AnnotateCondVarSignalAll(const char *f, int l, uptr cv) argument
32 AnnotateCondVarWait(const char *f, int l, uptr cv, uptr lock) argument
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dtroff.cpp354 distance cv = c - s; local
/freebsd-11-stable/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c420 _citrus_iconv_std_iconv_init_context(struct _citrus_iconv *cv) argument
456 _citrus_iconv_std_iconv_uninit_context(struct _citrus_iconv *cv) argument
463 _citrus_iconv_std_iconv_convert(struct _citrus_iconv * __restrict cv, argument
[all...]

Completed in 215 milliseconds

123