HomeSort by relevance Sort by last modified time
    Searched full:use_vfork (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
spawn.cpp 147 bool use_vfork = ((flags & POSIX_SPAWN_USEVFORK) != 0) || (actions == nullptr && flags == 0); local
149 pid_t pid = use_vfork ? vfork() : fork();

Completed in 94 milliseconds