Searched refs:usec (Results 1 – 2 of 2) sorted by relevance
237 #define OSSleepMicroseconds( usec ) OSSleepTicks( OSMicrosecondsToTicks((OSTime)usec) ) argument
578 #define OSMicrosecondsToTicks( usec ) (((usec) * (OS_TIMER_CLOCK / 125000)) / 8) argument598 int usec; // microseconds after the millisecond [0,999] member