Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dthreads_inlines.h168 void* __pthread_result; in thrd_join() local
169 if (pthread_join(__thrd, &__pthread_result) != 0) return thrd_error; in thrd_join()
171 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()