Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds