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

123

/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/conf/
H A Dcnf_save.c79 static void print_conf(CONF_VALUE *cv) argument
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_iconv.h54 _citrus_iconv_convert(struct _citrus_iconv * __restrict cv, argument
H A Dcitrus_iconv.c261 struct _citrus_iconv *cv; local
315 _citrus_iconv_close(struct _citrus_iconv *cv) argument
[all...]
H A Diconv.c278 struct _citrus_iconv *cv; local
/freebsd-9.3-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-9.3-release/sys/sys/
H A Dcondvar.h46 struct cv { struct
[all...]
/freebsd-9.3-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c35 pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/freebsd-9.3-release/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c83 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv) argument
/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp216 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
H A Dthread.cpp189 __thread_struct_imp::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
214 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) argument
/freebsd-9.3-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-9.3-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-9.3-release/lib/libkse/thread/
H A Dthr_cond.c141 struct pthread_cond *cv; local
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_busdma.h109 struct cv cv[1]; /* internal condition variable */ member in struct:usb_dma_parent_tag
/freebsd-9.3-release/sys/i386/bios/
H A Dapm.h36 struct cv cv; member in struct:apm_softc
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_mutex.c632 mutex_unlock_common(struct pthread_mutex *m, int cv) argument
H A Dthr_umtx.c249 _thr_ucond_init(struct ucond *cv) argument
255 _thr_ucond_wait(struct ucond *cv, struct umutex *m, argument
269 _thr_ucond_signal(struct ucond *cv) argument
277 _thr_ucond_broadcast(struct ucond *cv) argument
[all...]
/freebsd-9.3-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-9.3-release/sys/dev/filemon/
H A Dfilemon.c89 struct cv cv; /* Lock condition variable for this member in struct:filemon
/freebsd-9.3-release/contrib/file/src/
H A Dreadcdf.c70 static const struct cv { struct
92 cdf_clsid_to_mime(const uint64_t clsid[2], const struct cv *cv) argument
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c332 struct config_value *cv; local
547 struct config_value *cv; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp457 SDValue cv; local
/freebsd-9.3-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...]

Completed in 136 milliseconds

123