Home
last modified time | relevance | path

Searched refs:g_lazy_worker_pool (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dworker_pool_posix.cc60 base::LazyInstance<WorkerPoolImpl> g_lazy_worker_pool = variable
110 g_lazy_worker_pool.Pointer()->PostTask(from_here, task, task_is_slow); in PostTask()