Searched refs:threadsCompleted (Results 1 – 1 of 1) sorted by relevance
897 size_t threadsCompleted; in IOUserNotificationTests() local906 .completed = &threadsCompleted, in IOUserNotificationTests()919 while (threadsCompleted < numThreads) { in IOUserNotificationTests()920 IOLockSleep(lock, &threadsCompleted, THREAD_UNINT); in IOUserNotificationTests()921 IOLog("%s: Threads completed: %zu/%zu\n", __func__, threadsCompleted, numThreads); in IOUserNotificationTests()