Home
last modified time | relevance | path

Searched refs:cv_timedwait (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcondvar.h42 extern int cv_timedwait(struct cv *condvar, struct mtx *mtx, int tw_ms);
/third_party/FreeBSD/sys/kern/
Dkern_condvar.c40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() function
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c750 err = cv_timedwait(&f->cv_io, f->priv_mtx, in usb_fifo_close()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1212 err = (usb_error_t)cv_timedwait(&sc->sc_cmd_cv, &sc->sc_bus.bus_mtx, in xhci_do_command()