Home
last modified time | relevance | path

Searched refs:usleep (Results 1 – 11 of 11) sorted by relevance

/DragonOS-0.1.5/kernel/src/time/
Dsleep.h23 int usleep(useconds_t usec);
Dsleep.c78 int usleep(useconds_t usec) in usleep() function
/DragonOS-0.1.5/user/libs/libc/src/
Dtime.c24 int usleep(useconds_t usec) in usleep() function
/DragonOS-0.1.5/kernel/src/common/
Dtime.h46 extern int usleep(useconds_t usec);
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dunistd.h103 extern int usleep(useconds_t usec);
/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Dunistd.md55 ``extern int usleep(useconds_t usec)`` : 睡眠usec微秒
/DragonOS-0.1.5/docs/kernel/sched/
Drust_waiting.md9   当您需要等待一个事件完成时,使用 WaitQueue机制能减少进程同步的开销。相比于滥用自旋锁以及信号量,或者是循环使用usleep(1000)这样的函数来完成同步, Wai…
Dc_waiting.md15   当您需要等待一个事件完成时,使用wait_queue机制能减少进程同步的开销。相比于滥用自旋锁以及信号量,或者是循环使用usleep(1000)这样的函数来完成同步,wait…
/DragonOS-0.1.5/kernel/src/ktest/
Dtest-mutex.c57 usleep(100000); in ktest_mutex_case1()
/DragonOS-0.1.5/kernel/src/driver/usb/xhci/
Dxhci.c248 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()
/DragonOS-0.1.5/kernel/src/process/
Dkthread.c278 usleep(5000); in kthread_stop()