Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dtask_tracker.cc375 AutoSchedulerLock auto_lock(background_lock_); in WillScheduleSequence()
602 AutoSchedulerLock auto_lock(background_lock_); in SetMaxNumScheduledBackgroundSequences()
620 background_lock_.AssertAcquired(); in GetPreemptedBackgroundSequenceToScheduleLockRequired()
793 AutoSchedulerLock auto_lock(background_lock_); in ManageBackgroundSequencesAfterRunningTask()
Dtask_tracker.h323 SchedulerLock background_lock_; variable