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

  /external/llvm/lib/Support/
RWMutex.cpp 27 RWMutexImpl::RWMutexImpl() { }
28 RWMutexImpl::~RWMutexImpl() { }
29 bool RWMutexImpl::reader_acquire() { return true; }
30 bool RWMutexImpl::reader_release() { return true; }
31 bool RWMutexImpl::writer_acquire() { return true; }
32 bool RWMutexImpl::writer_release() { return true; }
46 RWMutexImpl::RWMutexImpl()
    [all...]
  /external/llvm/include/llvm/Support/
RWMutex.h 26 class RWMutexImpl
34 explicit RWMutexImpl();
38 ~RWMutexImpl();
79 RWMutexImpl(const RWMutexImpl & original) = delete;
80 void operator=(const RWMutexImpl &) = delete;
89 RWMutexImpl impl;

Completed in 38 milliseconds