Home
last modified time | relevance | path

Searched defs:CLONE_VFORK (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dclone_flags.h21 # define CLONE_VFORK 0x00004000 macro
/external/kernel-headers/original/uapi/linux/
Dsched.h13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */ macro
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py94 CLONE_VFORK = 0x00004000 variable
DIN.py192 CLONE_VFORK = 0x00004000 variable