OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_fork
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
1363
const bool
use_fork
= GTEST_FLAG(death_test_use_fork);
local
1365
if (!
use_fork
) {
1392
const bool
use_fork
= true;
local
1395
if (
use_fork
&& (child_pid = fork()) == 0) {
Completed in 24 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026