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

  /external/chromium_org/content/browser/
browser_main_loop.cc 653 scoped_ptr<BrowserProcessSubThread>* thread_to_start = NULL; local
661 thread_to_start = &db_thread_;
668 thread_to_start = &file_user_blocking_thread_;
674 thread_to_start = &file_thread_;
689 thread_to_start = &process_launcher_thread_;
696 thread_to_start = &cache_thread_;
704 thread_to_start = &io_thread_;
716 if (thread_to_start) {
717 (*thread_to_start).reset(new BrowserProcessSubThread(id));
718 if (!(*thread_to_start)->StartWithOptions(options))
    [all...]
  /external/chromium_org/v8/test/cctest/
test-threads.cc 127 ThreadIdValidationThread(v8::base::Thread* thread_to_start,
133 thread_to_start_(thread_to_start),

Completed in 623 milliseconds