Searched refs:g_thread_pool (Results 1 – 1 of 1) sorted by relevance
23 ThreadPoolInstance* g_thread_pool = nullptr; variable51 DCHECK(g_thread_pool); in ScopedExecutionFence()52 g_thread_pool->BeginFence(); in ScopedExecutionFence()56 DCHECK(g_thread_pool); in ~ScopedExecutionFence()57 g_thread_pool->EndFence(); in ~ScopedExecutionFence()62 DCHECK(g_thread_pool); in ScopedBestEffortExecutionFence()63 g_thread_pool->BeginBestEffortFence(); in ScopedBestEffortExecutionFence()68 DCHECK(g_thread_pool); in ~ScopedBestEffortExecutionFence()69 g_thread_pool->EndBestEffortFence(); in ~ScopedBestEffortExecutionFence()75 if (g_thread_pool) in ScopedFizzleBlockShutdownTasks()[all …]