Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/task/
H A Dscoped_set_task_priority_for_current_thread.cc15 ABSL_CONST_INIT thread_local TaskPriority task_priority_for_current_thread = variable
22 : resetter_(&task_priority_for_current_thread, in ScopedSetTaskPriorityForCurrentThread()
33 MSAN_UNPOISON(&task_priority_for_current_thread, sizeof(TaskPriority)); in GetTaskPriorityForCurrentThread()
35 return task_priority_for_current_thread; in GetTaskPriorityForCurrentThread()