Home
last modified time | relevance | path

Searched defs:WriteWorkerReadAny (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/task/thread_pool/
Dthread_group_impl.cc286 struct WriteWorkerReadAny { struct in base::internal::ThreadGroupImpl::WorkerThreadDelegateImpl
288 absl::optional<TaskPriority> current_task_priority;
290 absl::optional<TaskShutdownBehavior> current_shutdown_behavior;
294 TimeTicks blocking_start_time;
299 bool is_running_task() const { return !!current_shutdown_behavior; } in is_running_task()