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

  /external/libchrome/base/threading/
thread.cc 114 // Hold the thread_lock_ while starting a new thread, so that we can make sure
117 AutoLock lock(thread_lock_);
151 AutoLock lock(thread_lock_);
thread.h 235 mutable base::Lock thread_lock_; // Protects |thread_|. member in class:base::Thread

Completed in 68 milliseconds