OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:worker_thread_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/
worker_thread_task_runner.cc
14
WorkerThreadTaskRunner::WorkerThreadTaskRunner(int
worker_thread_id
)
15
: worker_thread_id_(
worker_thread_id
) {
19
int
worker_thread_id
= WorkerTaskRunner::Instance()->CurrentWorkerId();
local
20
if (!
worker_thread_id
)
22
return make_scoped_refptr(new WorkerThreadTaskRunner(
worker_thread_id
));
worker_thread_task_runner.h
18
explicit WorkerThreadTaskRunner(int
worker_thread_id
);
Completed in 34 milliseconds