Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c275 void *thread_ret_ptr; in test_on_each_cpu() local
276 int err = pthread_join(threads[i].thread, &thread_ret_ptr); in test_on_each_cpu()
279 bool thread_ret = (uintptr_t)thread_ret_ptr; in test_on_each_cpu()