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

  /external/chromium/base/synchronization/
lock_impl_posix.cc 14 LockImpl::LockImpl() {
32 LockImpl::~LockImpl() {
37 bool LockImpl::Try() {
43 void LockImpl::Lock() {
48 void LockImpl::Unlock() {
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);

Completed in 37 milliseconds