Searched refs:g_globals (Results 1 – 1 of 1) sorted by relevance
60 g_globals = LAZY_INSTANCE_INITIALIZER; variable84 BrowserThreadGlobals& globals = g_globals.Get(); in ShutdownThreadPool()91 if (g_globals == NULL) in FlushThreadPoolHelper()93 g_globals.Get().blocking_pool->FlushForTesting(); in FlushThreadPoolHelper()97 BrowserThreadGlobals& globals = g_globals.Get(); in Init()197 BrowserThreadGlobals& globals = g_globals.Get(); in CleanUp()211 BrowserThreadGlobals& globals = g_globals.Get(); in Initialize()225 BrowserThreadGlobals& globals = g_globals.Get(); in ~BrowserThreadImpl()256 BrowserThreadGlobals& globals = g_globals.Get(); in PostTaskHelper()316 return g_globals.Get().blocking_pool->PostWorkerTask(from_here, task); in PostBlockingPoolTask()[all …]