Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_handle_registry_unittest.cc122 const bool* stop_flag = &nested_called; in TEST_F() local
123 registry->Wait(&stop_flag, 1); in TEST_F()
131 const bool* stop_flag = &called; in TEST_F() local
132 registry()->Wait(&stop_flag, 1); in TEST_F()
153 const bool* stop_flag = &nested_called; in TEST_F() local
154 registry->Wait(&stop_flag, 1); in TEST_F()
164 const bool* stop_flag = &called; in TEST_F() local
165 registry()->Wait(&stop_flag, 1); in TEST_F()
189 const bool* stop_flag = &called2; in TEST_F() local
190 registry->Wait(&stop_flag, 1); in TEST_F()
[all …]