Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dscheduler_worker.cc47 : thread_lock_(predecessor_lock), in SchedulerWorker()
65 AutoSchedulerLock auto_lock(thread_lock_); in Start()
104 AutoSchedulerLock auto_lock(thread_lock_); in JoinForTesting()
115 AutoSchedulerLock auto_lock(thread_lock_); in ThreadAliveForTesting()
120 AutoSchedulerLock auto_lock(thread_lock_); in ~SchedulerWorker()
136 AutoSchedulerLock auto_lock(thread_lock_); in BeginUnusedPeriod()
142 AutoSchedulerLock auto_lock(thread_lock_); in EndUnusedPeriod()
148 AutoSchedulerLock auto_lock(thread_lock_); in GetLastUsedTime()
Dscheduler_worker.h218 mutable SchedulerLock thread_lock_; variable
/external/libchrome/base/threading/
Dthread.cc109 AutoLock lock(thread_lock_); in StartWithOptions()
170 AutoLock lock(thread_lock_); in Stop()
229 AutoLock lock(thread_lock_); in GetThreadHandle()
Dthread.h318 mutable base::Lock thread_lock_; // Protects |thread_|. variable