Searched refs:DT_EXITING (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_join.c | 20 case DT_EXITING: in __pthread_timedjoin_np()
|
D | pthread_create.c | 26 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_join.c | 28 case DT_EXITING: in __pthread_timedjoin_np()
|
D | pthread_create.c | 125 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 13 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 12 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 13 DT_EXITING = 0, enumerator
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 59 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 59 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 60 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 77 DT_EXITING = 0, enumerator
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 135 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 207 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|