Searched refs:current_task_is_thread_bound (Results 1 – 1 of 1) sorted by relevance
21 ABSL_CONST_INIT thread_local bool current_task_is_thread_bound = true; variable49 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()