Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/arc/
A Dvfork.S26 #define CLONE_VFORK 0x00004000 macro
27 #define CLONE_FLAGS_FOR_VFORK (CLONE_VM|CLONE_VFORK|SIGCHLD)
/sysdeps/unix/sysv/linux/riscv/
A Dvfork.S27 #define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
33 li a0, (CLONE_VFORK | CLONE_VM | SIGCHLD)
/sysdeps/unix/sysv/linux/ia64/
A Dvfork.S27 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_re… macro
36 mov out0=CLONE_VM+CLONE_VFORK+SIGCHLD
/sysdeps/unix/sysv/linux/bits/
A Dsched.h50 # define CLONE_VFORK 0x00004000 /* Set if the parent wants the child to macro
/sysdeps/unix/sysv/linux/
A Dspawni.c373 .flags = CLONE_VM | CLONE_VFORK, in __spawnix()

Completed in 5 milliseconds