Searched refs:stop_flag (Results 1 – 1 of 1) sorted by relevance
122 const bool* stop_flag = &nested_called; in TEST_F() local123 registry->Wait(&stop_flag, 1); in TEST_F()131 const bool* stop_flag = &called; in TEST_F() local132 registry()->Wait(&stop_flag, 1); in TEST_F()153 const bool* stop_flag = &nested_called; in TEST_F() local154 registry->Wait(&stop_flag, 1); in TEST_F()164 const bool* stop_flag = &called; in TEST_F() local165 registry()->Wait(&stop_flag, 1); in TEST_F()189 const bool* stop_flag = &called2; in TEST_F() local190 registry->Wait(&stop_flag, 1); in TEST_F()[all …]