Home
last modified time | relevance | path

Searched refs:shutdown_lock_ (Results 1 – 4 of 4) 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/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()