Searched refs:thread_ret_ptr (Results 1 – 1 of 1) sorted by relevance
275 void *thread_ret_ptr; in test_on_each_cpu() local276 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()