HomeSort by relevance Sort by last modified time
    Searched refs:LockImpl (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/synchronization/
lock_impl.h 22 // used for the Lock class. Most users should not use LockImpl directly, but
24 class BASE_EXPORT LockImpl {
32 LockImpl();
33 ~LockImpl();
59 DISALLOW_COPY_AND_ASSIGN(LockImpl);
lock_impl_posix.cc 30 LockImpl::LockImpl() {
51 LockImpl::~LockImpl() {
56 bool LockImpl::Try() {
62 void LockImpl::Lock() {
68 void LockImpl::Unlock() {
74 bool LockImpl::PriorityInheritanceAvailable() {
lock.h 70 return internal::LockImpl::PriorityInheritanceAvailable();
104 internal::LockImpl lock_;
  /external/libchrome/base/
logging.cc 216 log_lock = new base::internal::LockImpl();
245 // LockImpl directly instead of using Lock, because Lock makes logging calls.
246 static base::internal::LockImpl* log_lock;
261 base::internal::LockImpl* LoggingLock::log_lock = nullptr;
  /external/libchrome/base/debug/
activity_tracker.h     [all...]
activity_tracker.cc     [all...]

Completed in 294 milliseconds