Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_win.cc55 std::atomic<bool> g_use_thread_priority_lowest{false}; variable
393 if (!g_use_thread_priority_lowest && thread_type != ThreadType::kBackground) { in SetCurrentThreadPriority()
413 g_use_thread_priority_lowest.load(std::memory_order_relaxed) in SetCurrentThreadPriority()
451 if (!g_use_thread_priority_lowest && thread_type == ThreadType::kBackground) { in SetCurrentThreadPriority()
571 g_use_thread_priority_lowest.store( in InitializePlatformThreadFeatures()