HelenOS sources

usb_port_condvar_wait_timeout   92 uspace/lib/usb/include/usb/port.h int usb_port_condvar_wait_timeout(usb_port_t *port, fibril_condvar_t *, usec_t);
usb_port_condvar_wait_timeout  103 uspace/lib/usb/include/usb/port.h 	return usb_port_condvar_wait_timeout(port, &port->enabled_cv, 2000000);
HelenOS homepage, sources at GitHub