Searched refs:in_subprocess_for_death_test (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc4575 bool in_subprocess_for_death_test = false; local
4578 in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL);
4580 if (in_subprocess_for_death_test) {
4587 in_subprocess_for_death_test);
4615 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat);
4712 // an error and exits. If in_subprocess_for_death_test, sharding is
4717 bool in_subprocess_for_death_test) {
4718 if (in_subprocess_for_death_test) {
4715 ShouldShard(const char* total_shards_env, const char* shard_index_env, bool in_subprocess_for_death_test) argument
H A Dgtest-internal-inl.h259 // an error and exits. If in_subprocess_for_death_test, sharding is
264 bool in_subprocess_for_death_test);

Completed in 29 milliseconds