Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_pool_instance.cc23 ThreadPoolInstance* g_thread_pool = nullptr; variable
51 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 …]