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