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

123

/freebsd-10.0-release/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.0-release/lib/libc/iconv/
H A Dcitrus_iconv.h54 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, argument
H A Dcitrus_iconv.c276 struct _citrus_iconv *cv = NULL; local
330 _citrus_iconv_close(struct _citrus_iconv *cv) argument
[all...]
H A Dbsd_iconv.c258 struct _citrus_iconv *cv; local
/freebsd-10.0-release/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.0-release/crypto/openssl/crypto/conf/
H A Dcnf_save.c81 static void print_conf(CONF_VALUE *cv) argument
/freebsd-10.0-release/sys/sys/
H A Dcondvar.h46 struct cv { struct
[all...]
/freebsd-10.0-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c36 pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/freebsd-10.0-release/contrib/atf/atf-config/
H A Datf-config.cpp120 std::map< std::string, std::string > cv = atf::config::get_all(); local
/freebsd-10.0-release/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c83 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) argument
/freebsd-10.0-release/contrib/libc++/src/
H A Dmutex.cpp213 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
H A Dthread.cpp185 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
210 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h140 cv_init(pthread_cond_t *cv) argument
157 cv_wait(pthread_cond_t *cv, pthread_mutex_t *lock) argument
165 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) argument
191 cv_signal(pthread_cond_t *cv) argument
199 cv_broadcast(pthread_cond_t *cv) argument
[all...]
/freebsd-10.0-release/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.0-release/lib/libkse/thread/
H A Dthr_cond.c141 struct pthread_cond *cv; local
/freebsd-10.0-release/sys/dev/filemon/
H A Dfilemon.c89 struct cv cv; /* Lock condition variable for this member in struct:filemon
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_busdma.h111 struct cv cv[1]; /* internal condition variable */ member in struct:usb_dma_parent_tag
/freebsd-10.0-release/sys/i386/bios/
H A Dapm.h36 struct cv cv; member in struct:apm_softc
/freebsd-10.0-release/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.c225 _thr_ucond_init(struct ucond *cv) argument
231 _thr_ucond_wait(struct ucond *cv, struct umutex *m, argument
245 _thr_ucond_signal(struct ucond *cv) argument
253 _thr_ucond_broadcast(struct ucond *cv) argument
[all...]
/freebsd-10.0-release/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.0-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp462 SDValue cv; local
/freebsd-10.0-release/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...]
/freebsd-10.0-release/sys/i386/pci/
H A Dpci_pir.c139 uint8_t ck, *cv; local

Completed in 313 milliseconds

123