HomeSort by relevance Sort by last modified time
    Searched refs:ExitLoop (Results 1 - 14 of 14) sorted by null

  /system/extras/simpleperf/
workload_test.cpp 28 return loop.ExitLoop();
47 return loop.ExitLoop();
68 return loop.ExitLoop();
IOEventLoop_test.cpp 37 return loop.ExitLoop();
76 loop.ExitLoop();
105 loop.ExitLoop();
130 loop.ExitLoop();
198 return loop.ExitLoop();
IOEventLoop.h 60 // Run a loop polling for Events. It only exits when ExitLoop() is called
65 bool ExitLoop();
UnixSocket_test.cpp 95 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
129 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
154 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
201 auto close_connection_callback = [&]() { return loop.ExitLoop(); };
IOEventLoop.cpp 64 e->loop->ExitLoop();
144 bool IOEventLoop::ExitLoop() {
event_selection_set.cpp 644 return loop_->ExitLoop();
668 if (!loop_->AddPeriodicEvent(tv, [&]() { return loop_->ExitLoop(); })) {
836 return loop_->ExitLoop();
848 return loop_->ExitLoop();
cmd_stat.cpp 399 [&]() { return loop->ExitLoop(); })) {
404 [&]() { return loop->ExitLoop(); })) {
inplace_sampler_lib.cpp 101 return loop_.ExitLoop();
cmd_record.cpp 306 [&]() { return loop->ExitLoop(); })) {
311 [&]() { return loop->ExitLoop(); })) {
    [all...]
  /external/v8/src/compiler/
control-builders.cc 64 ExitLoop();
87 void LoopBuilder::ExitLoop(Node** extra_value_to_rename) {
control-builders.h 80 void ExitLoop(Node** extra_value_to_rename = nullptr);
ast-graph-builder.cc 336 control_->ExitLoop(value);
    [all...]
  /external/ImageMagick/coders/
mat.c     [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]

Completed in 164 milliseconds