Searched refs:thread_to_start (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc653 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)
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc127 ThreadIdValidationThread(v8::base::Thread* thread_to_start, argument
133 thread_to_start_(thread_to_start),

Completed in 257 milliseconds