Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dtask_tracker.cc255 shutdown_lock_(&flush_lock_), in TaskTracker()
433 AutoSchedulerLock auto_lock(shutdown_lock_); in IsShutdownComplete()
438 AutoSchedulerLock auto_lock(shutdown_lock_); in SetHasShutdownStartedForTesting()
544 AutoSchedulerLock auto_lock(shutdown_lock_); in PerformShutdown()
583 AutoSchedulerLock auto_lock(shutdown_lock_); in PerformShutdown()
662 AutoSchedulerLock auto_lock(shutdown_lock_); in BeforePostTask()
761 AutoSchedulerLock auto_lock(shutdown_lock_); in OnBlockingShutdownTasksComplete()
Dtask_tracker.h314 mutable SchedulerLock shutdown_lock_; variable
/external/cronet/base/task/thread_pool/
Dtask_tracker.cc222 shutdown_lock_(&flush_lock_), in TaskTracker()
233 CheckedAutoLock auto_lock(shutdown_lock_); in StartShutdown()
323 CheckedAutoLock auto_lock(shutdown_lock_); in WillPostTask()
416 CheckedAutoLock auto_lock(shutdown_lock_); in IsShutdownComplete()
511 CheckedAutoLock auto_lock(shutdown_lock_); in BeforeQueueTaskSource()
587 CheckedAutoLock auto_lock(shutdown_lock_); in DecrementNumItemsBlockingShutdown()
Dtask_tracker.h265 mutable CheckedLock shutdown_lock_; variable
269 std::unique_ptr<WaitableEvent> shutdown_event_ GUARDED_BY(shutdown_lock_);
/external/libchrome/mojo/core/
Dnode_controller.h307 base::Lock shutdown_lock_; variable
Dnode_controller.cc306 base::AutoLock lock(shutdown_lock_); in RequestShutdown()
1227 base::AutoLock lock(shutdown_lock_); in AttemptShutdownIfRequested()