Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc8742 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
8744 if (!use_fork) { in ExecDeathTestSpawnChild()
8770 const bool use_fork = true; in ExecDeathTestSpawnChild() local
8773 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()