Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/recount/
H A Drecount_tests.c75 pthread_t ut_thread; member
85 int error = pthread_create(&th->ut_thread, NULL, in thread_start()
98 int error = pthread_join(th->ut_thread, NULL); in thread_end()