Searched refs:shutdown_lock_ (Results 1 – 6 of 6) sorted by relevance
255 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()
314 mutable SchedulerLock shutdown_lock_; variable
222 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()
265 mutable CheckedLock shutdown_lock_; variable269 std::unique_ptr<WaitableEvent> shutdown_event_ GUARDED_BY(shutdown_lock_);
307 base::Lock shutdown_lock_; variable
306 base::AutoLock lock(shutdown_lock_); in RequestShutdown()1227 base::AutoLock lock(shutdown_lock_); in AttemptShutdownIfRequested()