Home
last modified time | relevance | path

Searched refs:CLONE_DETACHED (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h53 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h53 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/include/
Dsched.h66 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h53 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h67 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h55 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h66 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/ndk_musl_include/
Dsched.h67 #define CLONE_DETACHED 0x00400000 macro
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c245 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c239 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c317 | CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID | CLONE_DETACHED; in __pthread_create()