Searched refs:threadsCompleted (Results 1 – 1 of 1) sorted by relevance
1670 size_t threadsCompleted; in IOUserNotificationTests() local1679 .completed = &threadsCompleted, in IOUserNotificationTests()1692 while (threadsCompleted < numThreads) { in IOUserNotificationTests()1693 IOLockSleep(lock, &threadsCompleted, THREAD_UNINT); in IOUserNotificationTests()1694 IOLog("%s: Threads completed: %zu/%zu\n", __func__, threadsCompleted, numThreads); in IOUserNotificationTests()