Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dscoped_set_task_priority_for_current_thread.cc17 tls_task_priority_for_current_thread = LAZY_INSTANCE_INITIALIZER; variable
24 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()