Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dsequenced_worker_pool.cc488 bool shutdown_called_; member in base::SequencedWorkerPool::Inner
573 shutdown_called_(false), in Inner()
582 DCHECK(shutdown_called_); in ~Inner()
628 if (shutdown_called_) { in PostTask()
723 if (shutdown_called_) in CleanupForTesting()
745 if (shutdown_called_) in Shutdown()
747 shutdown_called_ = true; in Shutdown()
783 return shutdown_called_; in IsShutdownInProgress()
880 if (shutdown_called_ && blocking_shutdown_pending_task_count_ == 0) { in ThreadLoop()
1028 if (shutdown_called_ && i->shutdown_behavior != BLOCK_SHUTDOWN) { in GetWork()
[all …]