HomeSort by relevance Sort by last modified time
    Searched refs:main_loop (Results 1 - 25 of 37) sorted by null

1 2

  /external/qemu/include/sysemu/
cpus.h 35 void main_loop(void);
  /external/chromium_org/content/child/
thread_safe_sender.cc 13 ThreadSafeSender::ThreadSafeSender(base::MessageLoopProxy* main_loop,
15 : main_loop_(main_loop), sync_filter_(sync_filter) {
thread_safe_sender.h 37 ThreadSafeSender(base::MessageLoopProxy* main_loop,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 6 let rec main_loop stream = var
13 main_loop stream
34 main_loop stream
toy.ml 18 Toplevel.main_loop stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 8 let rec main_loop stream = var
15 main_loop stream
39 main_loop stream
toy.ml 20 Toplevel.main_loop stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
toy.ml 47 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 9 let rec main_loop the_fpm the_execution_engine stream = var
16 main_loop the_fpm the_execution_engine stream
49 main_loop the_fpm the_execution_engine stream
toy.ml 51 Toplevel.main_loop the_fpm the_execution_engine stream;
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 254 base::MessageLoop* main_loop) {
261 main_loop->PostTask(
283 main_loop);
318 main_loop);
337 main_loop);
357 main_loop);
364 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop);
376 main_loop);
380 main_loop->PostTask(
403 base::MessageLoop* main_loop) {
    [all...]
google_update_win.h 119 base::MessageLoop* main_loop);
122 // therefore CheckForUpdate will delegate to this function. |main_loop| points
127 base::MessageLoop* main_loop);
  /external/chromium_org/content/renderer/input/
input_handler_wrapper.cc 17 const scoped_refptr<base::MessageLoopProxy>& main_loop,
23 main_loop_(main_loop),
input_handler_manager.h 67 const scoped_refptr<base::MessageLoopProxy>& main_loop,
input_handler_wrapper.h 20 const scoped_refptr<base::MessageLoopProxy>& main_loop,
input_handler_manager.cc 74 const scoped_refptr<base::MessageLoopProxy>& main_loop,
93 routing_id, main_loop, input_handler, render_view_impl)));
  /external/chromium_org/tools/gn/
loader_unittest.cc 154 scheduler_.main_loop()->RunUntilIdle();
159 scheduler_.main_loop()->RunUntilIdle();
170 scheduler_.main_loop()->RunUntilIdle();
187 scheduler_.main_loop()->RunUntilIdle();
scheduler.h 27 base::MessageLoop* main_loop() { return &main_loop_; } function in class:Scheduler
setup.cc 121 void ItemDefinedCallback(base::MessageLoop* main_loop,
125 main_loop->PostTask(FROM_HERE, base::Bind(&Builder::ItemDefined, builder,
225 base::Bind(&ItemDefinedCallback, scheduler_.main_loop(), builder_));
229 loader_->set_main_loop(scheduler_.main_loop());
581 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
588 base::Bind(&ItemDefinedCallback, scheduler_->main_loop(), builder_));
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 214 base::MessageLoopForIO main_loop; local
241 main_loop.message_loop_proxy()));
251 // |delegate| quits |main_loop| when the request is done.
252 main_loop.Run();

Completed in 474 milliseconds

1 2