Searched refs:__pthread_result (Results 1 – 1 of 1) sorted by relevance
168 void* __pthread_result; in thrd_join() local169 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()