Searched defs:use_fork (Results 1 – 3 of 3) sorted by relevance
84 static int use_fork; variable
1305 const bool use_fork = GTEST_FLAG_GET(death_test_use_fork); in ExecDeathTestSpawnChild() local1334 const bool use_fork = true; in ExecDeathTestSpawnChild() local
91 int use_fork = 0; /* use fork() instead of vfork()? */ variable