Searched refs:PTHREAD_STATE_EXITED (Results 1 – 2 of 2) sorted by relevance
79 if ((data->state == PTHREAD_STATE_FREE) || (data->state == PTHREAD_STATE_EXITED)) { in pthread_get_data()129 if (data->state == PTHREAD_STATE_EXITED) { in PthreadReap()298 self->state = PTHREAD_STATE_EXITED; in pthread_exit()340 case PTHREAD_STATE_EXITED: in ProcessByJoinState()396 joined->state = PTHREAD_STATE_EXITED; in pthread_join()432 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()445 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()675 data->state = PTHREAD_STATE_EXITED; in DoPthreadCancel()
77 #define PTHREAD_STATE_EXITED 4 /* The thread has exited and is ready to be reaped */ macro