Searched refs:usleep (Results 1 – 10 of 10) sorted by relevance
23 int usleep(useconds_t usec);
78 int usleep(useconds_t usec) in usleep() function
46 extern int usleep(useconds_t usec);
24 int usleep(useconds_t usec) in usleep() function
99 extern int usleep(useconds_t usec);
55 ``extern int usleep(useconds_t usec)`` : 睡眠usec微秒
57 usleep(100000); in ktest_mutex_case1()
9   当您需要等待一个事件完成时,使用wait_queue机制能减少进程同步的开销。相比于滥用自旋锁以及信号量,或者是循环使用usleep(1000)这样的函数来完成同步,wait…
272 usleep(5000); in kthread_stop()
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()794 usleep(2000); in xhci_reset_port()834 usleep(500); in xhci_reset_port()841 usleep(USB_TIME_RST_REC * 100); in xhci_reset_port()1220 usleep(1000); in xhci_wait_for_interrupt()2002 usleep(1000); in xhci_send_command()