Home
last modified time | relevance | path

Searched refs:__WCLONE (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h46 #define __WCLONE 0x80000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h50 #define __WCLONE 0x80000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h46 #define __WCLONE 0x80000000 macro
/third_party/musl/ndk_musl_include/sys/
Dwait.h46 #define __WCLONE 0x80000000 macro
/third_party/musl/include/sys/
Dwait.h46 #define __WCLONE 0x80000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h46 #define __WCLONE 0x80000000 macro
/third_party/musl/src/unistd/
Dfaccessat.c51 __syscall(SYS_wait4, pid, &status, __WCLONE, 0); in faccessat()