Searched defs:run_loop (Results 1 - 3 of 3) sorted by relevance

/system/bt/test/suite/core/
H A Dthread_performance_test.cc3 #include <base/run_loop.h>
17 base::RunLoop* run_loop; variable
35 run_loop = new base::RunLoop();
39 run_loop->Run();
44 delete run_loop;
45 run_loop = nullptr;
84 run_loop->QuitWhenIdleClosure());
/system/tpm/trunks/
H A Dbackground_command_transceiver_test.cc22 #include <base/run_loop.h>
86 base::RunLoop run_loop; local
87 run_loop.RunUntilIdle();
101 base::RunLoop run_loop; local
102 run_loop.RunUntilIdle();
H A Dtpm_generated_test.cc22 #include <base/run_loop.h>
284 base::RunLoop run_loop; local
285 run_loop.RunUntilIdle();

Completed in 79 milliseconds