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

  /external/libchrome/base/synchronization/
lock.cc 19 DCHECK(owning_thread_ref_.is_null());
23 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
27 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
28 owning_thread_ref_ = PlatformThreadRef();
32 DCHECK(owning_thread_ref_.is_null());
33 owning_thread_ref_ = PlatformThread::CurrentRef();
lock.h 98 base::PlatformThreadRef owning_thread_ref_; member in class:base::Lock

Completed in 864 milliseconds