OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_to_start
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/
browser_main_loop.cc
636
scoped_ptr<BrowserProcessSubThread>*
thread_to_start
= NULL;
local
644
thread_to_start
= &db_thread_;
650
thread_to_start
= &file_user_blocking_thread_;
656
thread_to_start
= &file_thread_;
670
thread_to_start
= &process_launcher_thread_;
676
thread_to_start
= &cache_thread_;
683
thread_to_start
= &io_thread_;
695
if (
thread_to_start
) {
696
(*
thread_to_start
).reset(new BrowserProcessSubThread(id));
697
(*
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
),
/external/v8/test/cctest/
test-threads.cc
143
ThreadIdValidationThread(i::Thread*
thread_to_start
,
148
refs_(refs), thread_no_(thread_no), thread_to_start_(
thread_to_start
),
Completed in 823 milliseconds