Searched refs:join_ret (Results 1 – 2 of 2) sorted by relevance
96 int join_ret = pthread_join(thread_, NULL); in ExitLocked() local97 if (join_ret && join_ret != ESRCH) in ExitLocked()98 ALOGE("Failed to join thread %s in exit %d", name_.c_str(), join_ret); in ExitLocked()100 return signal_ret | join_ret; in ExitLocked()
66 intptr_t join_ret; in TEST_BEGIN() local67 thd_join(thds[i], (void *)&join_ret); in TEST_BEGIN()68 assert_zd_eq(join_ret, 0, "Unexpected thread join error"); in TEST_BEGIN()