Searched defs:AssertAcquired (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/synchronization/ | ||
D | lock.cc | 22 void Lock::AssertAcquired() const { in AssertAcquired() function in base::Lock |
D | lock.h | 36 void AssertAcquired() const {} in AssertAcquired() function |
/external/libchrome/base/task_scheduler/ | ||
D | scheduler_lock_impl.cc | 146 void SchedulerLockImpl::AssertAcquired() const { in AssertAcquired() function in base::internal::SchedulerLockImpl |