Searched refs:should_stop_test_ (Results 1 – 1 of 1) sorted by relevance
57 should_stop_test_(false), in SharedState()216 void SetShouldStopTest() { should_stop_test_.store(true); } in SetShouldStopTest()218 bool ShouldStopTest() const { return should_stop_test_.load(); } in ShouldStopTest()349 std::atomic<bool> should_stop_test_; variable