Searched refs:usleep (Results 1 – 11 of 11) sorted by relevance
23 int usleep(useconds_t usec);
78 int usleep(useconds_t usec) in usleep() function
24 int usleep(useconds_t usec) in usleep() function
46 extern int usleep(useconds_t usec);
103 extern int usleep(useconds_t usec);
55 ``extern int usleep(useconds_t usec)`` : 睡眠usec微秒
9   当您需要等待一个事件完成时,使用 WaitQueue机制能减少进程同步的开销。相比于滥用自旋锁以及信号量,或者是循环使用usleep(1000)这样的函数来完成同步, Wai…
15   当您需要等待一个事件完成时,使用wait_queue机制能减少进程同步的开销。相比于滥用自旋锁以及信号量,或者是循环使用usleep(1000)这样的函数来完成同步,wait…
57 usleep(100000); in ktest_mutex_case1()
248 usleep(1000); in xhci_hc_stop()288 usleep(1000); in xhci_hc_reset()322 usleep(1000); in xhci_hc_stop_legacy()355 usleep(100 * 1000); in xhci_hc_start_sched()796 usleep(2000); in xhci_reset_port()836 usleep(500); in xhci_reset_port()843 usleep(USB_TIME_RST_REC * 100); in xhci_reset_port()1222 usleep(1000); in xhci_wait_for_interrupt()2004 usleep(1000); in xhci_send_command()
278 usleep(5000); in kthread_stop()