Home
last modified time | relevance | path

Searched refs:PTHREAD_STATE_JOIN (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dpprivate.h76 #define PTHREAD_STATE_JOIN 3 /* The thread has exited and is waiting to be joined */ macro
H A Dpthread.c301 self->state = PTHREAD_STATE_JOIN; in pthread_exit()
347 case PTHREAD_STATE_JOIN: in ProcessByJoinState()
431 } else if (detached->state == PTHREAD_STATE_JOIN) { in pthread_detach()

Completed in 2 milliseconds