Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/ !
H A DTests.cpp897 size_t threadsCompleted; in IOUserNotificationTests() local
906 .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()