Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/ !
H A Darm_matrix.c273 void *thread_ret_ptr; in test_on_each_cpu() local
274 int err = pthread_join(threads[i].thread, &thread_ret_ptr); in test_on_each_cpu()
277 bool thread_ret = (uintptr_t)thread_ret_ptr; in test_on_each_cpu()