Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dthrd_join.c7 void *pthread_res; in thrd_join() local
8 __pthread_join(t, &pthread_res); in thrd_join()
9 if (res) *res = (int)(intptr_t)pthread_res; in thrd_join()