Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dthrd_join.c25 void *pthread_res; in __thrd_join() local
26 int err_code = __pthread_join (thr, &pthread_res); in __thrd_join()
28 *res = (int) (uintptr_t) pthread_res; in __thrd_join()