Searched refs:THRET_FAILURE (Results 1 – 1 of 1) sorted by relevance
145 #define THRET_FAILURE ((void *)0) macro1374 pthread_exit(ret ? (void *)THRET_FAILURE : (void *)THRET_SUCCESS); in sync_kloop_worker()1381 void *thret = THRET_FAILURE; in sync_kloop_start_stop()1604 void *thret1 = THRET_FAILURE, *thret2 = THRET_FAILURE; in sync_kloop_conflict()1672 return ((thret1 == THRET_SUCCESS && thret2 == THRET_FAILURE) || in sync_kloop_conflict()1673 (thret1 == THRET_FAILURE && thret2 == THRET_SUCCESS)) in sync_kloop_conflict()