Searched defs:cv_timedwait (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | condvar.h | 68 #define cv_timedwait(cvp, lock, timo) \ macro
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 163 cv_timedwait(pthread_cond_t *cv, pthread_mutex_t *lock, int timeout) in cv_timedwait() function
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | condvar.h | 114 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t timo) in cv_timedwait() function
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | condvar.h | 113 #define cv_timedwait(cvp, mp, t) __cv_timedwait(cvp, mp, t) macro
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 361 cv_timedwait(struct cv *cv, struct mtx *mtx, int timo) in cv_timedwait() function
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 360 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() function
|