Searched refs:DT_EXITING (Results 1 – 16 of 16) 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 | 130 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|
/third_party/musl/src/thread/ |
D | pthread_join.c | 33 case DT_EXITING: in __pthread_timedjoin_np()
|
D | pthread_create.c | 85 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_m/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 | 13 DT_EXITING, enumerator
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 60 DT_EXITING = 0, enumerator
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 72 DT_EXITING, enumerator
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 113 DT_EXITING, enumerator
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 98 DT_EXITING, enumerator
|
/third_party/musl/src/thread/liteos_a/ |
D | pthread_create.c | 130 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|
/third_party/musl/src/thread/linux/ |
D | pthread_create.c | 168 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 | 168 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
|