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 615 scoped_ptr<BrowserProcessSubThread>* thread_to_start = NULL; local
623 thread_to_start = &db_thread_;
629 thread_to_start = &file_user_blocking_thread_;
635 thread_to_start = &file_thread_;
649 thread_to_start = &process_launcher_thread_;
655 thread_to_start = &cache_thread_;
662 thread_to_start = &io_thread_;
674 if (thread_to_start) {
675 (*thread_to_start).reset(new BrowserProcessSubThread(id));
676 (*thread_to_start)->StartWithOptions(*options)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-threads.cc 128 ThreadIdValidationThread(i::Thread* thread_to_start,
133 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),

Completed in 707 milliseconds