Home
last modified time | relevance | path

Searched refs:CLONE_VFORK (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/linux/user/src/linux/
Dclone.c51 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
62 if (!(flags & (CLONE_VM | CLONE_VFORK)) && func) { in clone()
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone05.c42 TST_EXP_PID_SILENT(ltp_clone(CLONE_VM | CLONE_VFORK | SIGCHLD, child_fn, NULL, in verify_clone()
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h45 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h45 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/include/
Dsched.h58 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h45 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h59 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h47 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h58 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/ndk_musl_include/
Dsched.h59 #define CLONE_VFORK 0x00004000 macro
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c188 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()
/third_party/musl/src/process/
Dposix_spawn.c186 CLONE_VM|CLONE_VFORK|SIGCHLD, &args); in posix_spawn()