Searched refs:pthread_res (Results 1 – 1 of 1) sorted by relevance
25 void *pthread_res; in __thrd_join() local26 int err_code = __pthread_join (thr, &pthread_res); in __thrd_join()28 *res = (int) (uintptr_t) pthread_res; in __thrd_join()