Searched refs:OSMicrosecondsToTicks (Results 1 – 4 of 4) sorted by relevance
221 OSGetTick() + OSMicrosecondsToTicks(1000), in main()222 OSMicrosecondsToTicks(10), in main()
237 #define OSSleepMicroseconds( usec ) OSSleepTicks( OSMicrosecondsToTicks((OSTime)usec) )
578 #define OSMicrosecondsToTicks( usec ) (((usec) * (OS_TIMER_CLOCK / 125000)) / 8) macro
3311 man/en_US/os/Time/OSMicrosecondsToTicks.html 5741b4f5bab34c325b862702cad004bd2f5b94eef06c830aa1a4dd…