Home
last modified time | relevance | path

Searched refs:DT_EXITING (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_join.c20 case DT_EXITING: in __pthread_timedjoin_np()
Dpthread_create.c26 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c28 case DT_EXITING: in __pthread_timedjoin_np()
Dpthread_create.c130 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
/third_party/musl/src/thread/
Dpthread_join.c33 case DT_EXITING: in __pthread_timedjoin_np()
Dpthread_create.c85 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h13 DT_EXITING = 0, enumerator
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h13 DT_EXITING = 0, enumerator
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h13 DT_EXITING, enumerator
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h60 DT_EXITING = 0, enumerator
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h72 DT_EXITING, enumerator
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h113 DT_EXITING, enumerator
/third_party/musl/src/internal/
Dpthread_impl.h98 DT_EXITING, enumerator
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c130 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
/third_party/musl/src/thread/linux/
Dpthread_create.c168 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c168 int state = a_cas(&self->detach_state, DT_JOINABLE, DT_EXITING); in __pthread_exit()