Searched refs:tls_task_priority_for_current_thread (Results 1 – 1 of 1) sorted by relevance
17 tls_task_priority_for_current_thread = LAZY_INSTANCE_INITIALIZER; variable24 DCHECK(!tls_task_priority_for_current_thread.Get().Get()); in ScopedSetTaskPriorityForCurrentThread()25 tls_task_priority_for_current_thread.Get().Set(&priority_); in ScopedSetTaskPriorityForCurrentThread()30 DCHECK_EQ(&priority_, tls_task_priority_for_current_thread.Get().Get()); in ~ScopedSetTaskPriorityForCurrentThread()31 tls_task_priority_for_current_thread.Get().Set(nullptr); in ~ScopedSetTaskPriorityForCurrentThread()36 tls_task_priority_for_current_thread.Get().Get(); in GetTaskPriorityForCurrentThread()