Searched refs:thr_ret (Results 1 – 1 of 1) sorted by relevance
92 void *thr_ret; in spawn_thread() local100 if ((ret = pthread_join (t, &thr_ret)) != 0) in spawn_thread()106 if (thr_ret != NULL) in spawn_thread()
Completed in 3 milliseconds