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.c108 #define START_CHILD_USE_CLONE 0 /* clone() currently disabled; see above. */ macro
110 #ifndef START_CHILD_USE_CLONE
112 #define START_CHILD_USE_CLONE 1 macro
114 #define START_CHILD_USE_CLONE 0 macro
130 #if START_CHILD_USE_CLONE
549 #if START_CHILD_USE_CLONE || START_CHILD_USE_VFORK
579 #if START_CHILD_USE_CLONE || START_CHILD_USE_VFORK in execve_with_shell_fallback()
714 #if START_CHILD_USE_CLONE
816 #if START_CHILD_USE_CLONE in startChild()
879 #if START_CHILD_USE_CLONE in UNIXProcess_forkAndExec()
[all …]