Searched refs:gIOWorkLoopTestDeadline (Results 1 – 1 of 1) sorted by relevance
210 static uint64_t gIOWorkLoopTestDeadline; variable215 if (mach_absolute_time() < gIOWorkLoopTestDeadline) { in TESAction()235 clock_interval_to_deadline(100, kMillisecondScale, &gIOWorkLoopTestDeadline); in IOWorkLoopTest()236 for (idx = 0; mach_absolute_time() < gIOWorkLoopTestDeadline; idx++) { in IOWorkLoopTest()