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

  /external/chromium/base/synchronization/
lock_impl_win.cc 10 LockImpl::LockImpl() {
16 LockImpl::~LockImpl() {
20 bool LockImpl::Try() {
27 void LockImpl::Lock() {
31 void LockImpl::Unlock() {
lock_impl.h 24 // used for the Lock class. Most users should not use LockImpl directly, but
26 class BASE_API LockImpl {
34 LockImpl();
35 ~LockImpl();
58 DISALLOW_COPY_AND_ASSIGN(LockImpl);
lock_impl_posix.cc 14 LockImpl::LockImpl() {
32 LockImpl::~LockImpl() {
37 bool LockImpl::Try() {
43 void LockImpl::Lock() {
48 void LockImpl::Unlock() {
lock.h 89 internal::LockImpl lock_;
  /external/chromium/base/
logging.cc 245 log_lock = new base::internal::LockImpl();
283 // LockImpl directly instead of using Lock, because Lock makes logging calls.
284 static base::internal::LockImpl* log_lock;
301 base::internal::LockImpl* LoggingLock::log_lock = NULL;

Completed in 348 milliseconds