Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/thread/
A Dthrd_join.c8 void* pthread_res; in thrd_join() local
9 __pthread_join(t, &pthread_res); in thrd_join()
11 *res = (int)(intptr_t)pthread_res; in thrd_join()

Completed in 1 milliseconds