Searched refs:delay_for_interval (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | test_thread_call.c | 79 delay_for_interval(1, NSEC_PER_SEC); in test_once_callback() 123 delay_for_interval(10, NSEC_PER_MSEC); in test_once_thread_call() 191 delay_for_interval(50, NSEC_PER_MSEC); in test_signal_thread_call()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | clock.h | 328 extern void delay_for_interval(
|
| H A D | hazard.c | 616 delay_for_interval(1, NSEC_PER_MSEC); in hazard_basic_test() 637 delay_for_interval(10, NSEC_PER_MSEC); in hazard_basic_test()
|
| H A D | clock.c | 1601 delay_for_interval( in delay_for_interval() function 1631 delay_for_interval((usec < 0)? -usec: usec, NSEC_PER_USEC); in delay()
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOLib.cpp | 1412 delay_for_interval(milliseconds, kMillisecondScale); in IOSleep() 1431 delay_for_interval(microseconds, kMicrosecondScale); in IODelay() 1440 delay_for_interval(nanoseconds, kNanosecondScale); in IOPause()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_shutdown.c | 291 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_subr.c | 5281 delay_for_interval(1, 1000 * 1000); in new_vnode() 5315 delay_for_interval(3, 1000 * 1000); in new_vnode()
|