Searched refs:tw_ms (Results 1 – 2 of 2) sorted by relevance
40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() argument44 abstime.tv_sec = tw_ms / MSEC_PER_SEC; in cv_timedwait()45 abstime.tv_nsec = (tw_ms%MSEC_PER_SEC) * NSEC_PER_MSEC; in cv_timedwait()
42 extern int cv_timedwait(struct cv *condvar, struct mtx *mtx, int tw_ms);