Home
last modified time | relevance | path

Searched refs:threadsCompleted (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp1670 size_t threadsCompleted; in IOUserNotificationTests() local
1679 .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()