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

123

/freebsd-10-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-10-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
332 _citrus_iconv_close(struct _citrus_iconv *cv) argument
[all...]
H A Dbsd_iconv.c259 struct _citrus_iconv *cv; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DValgrind.cpp60 AnnotateHappensBefore(const char *file, int line, const volatile void *cv) argument
62 AnnotateHappensAfter(const char *file, int line, const volatile void *cv) argument
/freebsd-10-stable/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c73 static kcondvar_t cv; variable
/freebsd-10-stable/sys/sys/
H A Dcondvar.h46 struct cv { struct
[all...]
/freebsd-10-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c36 pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dcnf_save.c79 static void print_conf(CONF_VALUE *cv) argument
/freebsd-10-stable/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c83 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) argument
/freebsd-10-stable/contrib/libc++/src/
H A Dmutex.cpp220 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
H A Dthread.cpp194 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
219 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
/freebsd-10-stable/sbin/hastd/
H A Dsynch.h138 cv_init(pthread_cond_t *cv) argument
153 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) argument
161 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) argument
179 cv_signal(pthread_cond_t *cv) argument
187 cv_broadcast(pthread_cond_t *cv) argument
[all...]
/freebsd-10-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-10-stable/lib/libkse/thread/
H A Dthr_cond.c141 struct pthread_cond *cv; local
/freebsd-10-stable/sys/i386/bios/
H A Dapm.h36 struct cv cv; member in struct:apm_softc
/freebsd-10-stable/sys/dev/usb/
H A Dusb_busdma.h111 struct cv cv[1]; /* internal condition variable */ member in struct:usb_dma_parent_tag
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_mutex.c632 mutex_unlock_common(struct pthread_mutex *m, int cv, int *mtx_defer) argument
H A Dthr_umtx.c226 _thr_ucond_init(struct ucond *cv) argument
232 _thr_ucond_wait(struct ucond *cv, struct umutex *m, argument
246 _thr_ucond_signal(struct ucond *cv) argument
254 _thr_ucond_broadcast(struct ucond *cv) argument
[all...]
/freebsd-10-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-10-stable/usr.sbin/pkg/
H A Dconfig.c216 struct config_value *cv; local
431 struct config_value *cv; local
[all...]
/freebsd-10-stable/contrib/file/src/
H A Dreadcdf.c78 static const struct cv { struct
100 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp457 SDValue cv; local
/freebsd-10-stable/sys/i386/pci/
H A Dpci_pir.c139 uint8_t ck, *cv; local

Completed in 228 milliseconds

123