Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dsequence_token.cc21 ABSL_CONST_INIT thread_local bool current_task_is_thread_bound = true; variable
49 DCHECK(current_task_is_thread_bound); in GetForCurrentThread()
75 return current_task_is_thread_bound; in CurrentTaskIsThreadBound()
83 previous_task_is_thread_bound_(current_task_is_thread_bound), in TaskScope()
88 current_task_is_thread_bound = is_single_threaded; in TaskScope()
95 current_task_is_thread_bound = previous_task_is_thread_bound_; in ~TaskScope()