Home
last modified time | relevance | path

Searched refs:_a_detach (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/thread/
Dpthread_attr_setdetachstate.c6 a->_a_detach = state; in pthread_attr_setdetachstate()
Dpthread_getattr_np.c9 a->_a_detach = t->detach_state>=DT_DETACHED; in pthread_getattr_np()
Dpthread_attr_get.c6 *state = a->_a_detach; in pthread_attr_getdetachstate()
Dpthread_create.c327 if (attr._a_detach) { in __pthread_create()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setdetachstate.c7 a->_a_detach = state; in pthread_attr_setdetachstate()
Dpthread_attr_get.c6 *state = a->_a_detach; in pthread_attr_getdetachstate()
Dpthread_create.c150 if (attr._a_detach) { in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c6 *state = a->_a_detach; in pthread_attr_getdetachstate()
Dpthread_create.c308 if (attr._a_detach) { in __pthread_create()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h28 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h28 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h23 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h75 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h82 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h123 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/src/internal/
Dpthread_impl.h108 #define _a_detach __u.__i[3*__SU+0] macro
/third_party/musl/src/thread/liteos_a/
Dpthread_create.c308 if (attr._a_detach) { in __pthread_create()
/third_party/musl/src/thread/linux/
Dpthread_create.c453 if (attr._a_detach) { in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c453 if (attr._a_detach) { in __pthread_create()