Searched refs:thret1 (Results 1 – 1 of 1) sorted by relevance
1605 void *thret1 = THRET_FAILURE, *thret2 = THRET_FAILURE;1662 ret = pthread_join(th1, &thret1);1681 return ((thret1 == THRET_SUCCESS && thret2 == THRET_FAILURE) ||1682 (thret1 == THRET_FAILURE && thret2 == THRET_SUCCESS))