Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c106 #define START_CHILD_USE_CLONE 0 /* clone() currently disabled; see above. */ macro
108 #ifndef START_CHILD_USE_CLONE
110 #define START_CHILD_USE_CLONE 1 macro
112 #define START_CHILD_USE_CLONE 0 macro
125 #if START_CHILD_USE_CLONE
557 #if START_CHILD_USE_CLONE || START_CHILD_USE_VFORK in execve_with_shell_fallback()
692 #if START_CHILD_USE_CLONE
794 #if START_CHILD_USE_CLONE in startChild()
857 #if START_CHILD_USE_CLONE in UNIXProcess_forkAndExec()
931 #if START_CHILD_USE_CLONE in UNIXProcess_forkAndExec()