OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_lazy_worker_pool
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
worker_pool_posix.cc
51
base::LazyInstance<WorkerPoolImpl>
g_lazy_worker_pool
(base::LINKER_INITIALIZED);
92
g_lazy_worker_pool
.Pointer()->PostTask(from_here, task, task_is_slow);
/external/chromium_org/base/threading/
worker_pool_posix.cc
64
base::LazyInstance<WorkerPoolImpl>
g_lazy_worker_pool
=
member in namespace:base::__anon3740
117
g_lazy_worker_pool
.Pointer()->PostTask(from_here, task, task_is_slow);
Completed in 150 milliseconds