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.cc296 struct WriteWorkerReadAny { struct in base::internal::ThreadGroupImpl::WorkerThreadDelegateImpl
298 absl::optional<TaskPriority> current_task_priority;
300 absl::optional<TaskShutdownBehavior> current_shutdown_behavior;
304 TimeTicks blocking_start_time;
309 bool is_running_task() const { return !!current_shutdown_behavior; } in is_running_task()