Searched refs:timo (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex2test.h | 21 * @timo: Optional timeout for operation 25 struct timespec *timo, clockid_t clockid) in futex_waitv() 27 return tst_syscall(__NR_futex_waitv, waiters, nr_waiters, flags, timo, clockid); in futex_waitv() 23 futex_waitv(volatile struct futex_waitv *waiters, unsigned long nr_waiters, unsigned long flags, struct timespec *timo, clockid_t clockid) futex_waitv() argument
|
/third_party/FreeBSD/sys/sys/ |
H A D | systm.h | 49 #define pause(wmesg, timo) (LOS_TaskDelay(timo))
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_ethernet.h | 131 #define uether_do_request(ue,req,data,timo) \ 132 usbd_do_request_proc((ue)->ue_udev,&(ue)->ue_tq,req,data,0,NULL,timo)
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_util.c | 99 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx() argument 109 pause("USBWAIT", (uint32_t)(timo + 1)); in usb_pause_mtx()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | usb_serial.h | 214 #define ucom_cfg_do_request(udev,com,req,ptr,flags,timo) \ 215 usbd_do_request_proc(udev, &(com)->sc_super->sc_tq, req, ptr, flags, NULL, timo)
|
Completed in 3 milliseconds