/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl 27 MutexImpl::~MutexImpl() { } in ~MutexImpl() 28 bool MutexImpl::acquire() { return true; } in acquire() 29 bool MutexImpl::release() { return true; } in release() 30 bool MutexImpl::tryacquire() { return true; } in tryacquire() 44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl 75 MutexImpl::~MutexImpl() in ~MutexImpl() 84 MutexImpl::acquire() in acquire() 94 MutexImpl::release() in release() 104 MutexImpl::tryacquire() in tryacquire()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Mutex.cpp | 27 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl 28 MutexImpl::~MutexImpl() { } in ~MutexImpl() 29 bool MutexImpl::acquire() { return true; } in acquire() 30 bool MutexImpl::release() { return true; } in release() 31 bool MutexImpl::tryacquire() { return true; } in tryacquire() 45 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl 77 MutexImpl::~MutexImpl() in ~MutexImpl() 86 MutexImpl::acquire() in acquire() 96 MutexImpl::release() in release() 106 MutexImpl::tryacquire() in tryacquire()
|
/external/llvm/lib/Support/ |
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl 27 MutexImpl::~MutexImpl() { } in ~MutexImpl() 28 bool MutexImpl::acquire() { return true; } in acquire() 29 bool MutexImpl::release() { return true; } in release() 30 bool MutexImpl::tryacquire() { return true; } in tryacquire() 44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl 75 MutexImpl::~MutexImpl() in ~MutexImpl() 84 MutexImpl::acquire() in acquire() 94 MutexImpl::release() in release() 104 MutexImpl::tryacquire() in tryacquire()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl 27 MutexImpl::~MutexImpl() { } in ~MutexImpl() 28 bool MutexImpl::acquire() { return true; } in acquire() 29 bool MutexImpl::release() { return true; } in release() 30 bool MutexImpl::tryacquire() { return true; } in tryacquire() 58 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl 98 MutexImpl::~MutexImpl() in ~MutexImpl() 110 MutexImpl::acquire() in acquire() 123 MutexImpl::release() in release() 136 MutexImpl::tryacquire() in tryacquire()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Mutex.h | 25 class MutexImpl 36 explicit MutexImpl(bool recursive = true); 40 ~MutexImpl(); 78 MutexImpl(const MutexImpl & original); 79 void operator=(const MutexImpl &); 88 class SmartMutex : public MutexImpl { 93 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function 97 return MutexImpl::acquire(); in acquire() 110 return MutexImpl::release(); in release() 124 return MutexImpl::tryacquire(); in tryacquire()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Mutex.h | 27 class MutexImpl 38 explicit MutexImpl(bool recursive = true); 42 ~MutexImpl(); 82 MutexImpl(const MutexImpl &) = delete; 83 void operator=(const MutexImpl &) = delete; 93 MutexImpl impl;
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 26 class MutexImpl 37 explicit MutexImpl(bool recursive = true); 41 ~MutexImpl(); 81 MutexImpl(const MutexImpl &) = delete; 82 void operator=(const MutexImpl &) = delete; 92 MutexImpl impl;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Mutex.h | 26 class MutexImpl 37 explicit MutexImpl(bool recursive = true); 41 ~MutexImpl(); 81 MutexImpl(const MutexImpl &) = delete; 82 void operator=(const MutexImpl &) = delete; 92 MutexImpl impl;
|
/external/llvm/lib/Support/Windows/ |
D | Mutex.inc | 25 MutexImpl::MutexImpl(bool /*recursive*/) 31 MutexImpl::~MutexImpl() 39 MutexImpl::acquire() 46 MutexImpl::release() 53 MutexImpl::tryacquire()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Mutex.inc | 25 MutexImpl::MutexImpl(bool /*recursive*/) 31 MutexImpl::~MutexImpl() 39 MutexImpl::acquire() 46 MutexImpl::release() 53 MutexImpl::tryacquire()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Mutex.inc | 24 sys::MutexImpl::MutexImpl(bool /*recursive*/) 30 sys::MutexImpl::~MutexImpl() 38 sys::MutexImpl::acquire() 45 sys::MutexImpl::release() 52 sys::MutexImpl::tryacquire()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Mutex.inc | 25 MutexImpl::MutexImpl(bool /*recursive*/) 31 MutexImpl::~MutexImpl() 39 MutexImpl::acquire() 46 MutexImpl::release() 53 MutexImpl::tryacquire()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Mutex.inc | 23 MutexImpl::MutexImpl( bool recursive) 27 MutexImpl::~MutexImpl() 32 MutexImpl::release() 38 MutexImpl::tryacquire( void )
|
D | RWMutex.inc | 29 RWMutexImpl::RWMutexImpl() : data_(new MutexImpl(false)) { } 32 delete static_cast<MutexImpl *>(data_); 36 return static_cast<MutexImpl *>(data_)->acquire(); 40 return static_cast<MutexImpl *>(data_)->release(); 44 return static_cast<MutexImpl *>(data_)->acquire(); 48 return static_cast<MutexImpl *>(data_)->release();
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Mutex.inc | 23 MutexImpl::MutexImpl( bool recursive) 27 MutexImpl::~MutexImpl() 32 MutexImpl::release() 38 MutexImpl::tryacquire( void )
|
/external/llvm/lib/Support/Unix/ |
D | Mutex.inc | 23 MutexImpl::MutexImpl( bool recursive) 27 MutexImpl::~MutexImpl() 32 MutexImpl::release() 38 MutexImpl::tryacquire( void )
|
D | RWMutex.inc | 29 RWMutexImpl::RWMutexImpl() : data_(new MutexImpl(false)) { } 32 delete static_cast<MutexImpl *>(data_); 36 return static_cast<MutexImpl *>(data_)->acquire(); 40 return static_cast<MutexImpl *>(data_)->release(); 44 return static_cast<MutexImpl *>(data_)->acquire(); 48 return static_cast<MutexImpl *>(data_)->release();
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Mutex.inc | 23 MutexImpl::MutexImpl( bool recursive) 27 MutexImpl::~MutexImpl() 32 MutexImpl::release() 38 MutexImpl::tryacquire( void )
|
D | RWMutex.inc | 29 RWMutexImpl::RWMutexImpl() : data_(new MutexImpl(false)) { } 32 delete static_cast<MutexImpl *>(data_); 36 return static_cast<MutexImpl *>(data_)->acquire(); 40 return static_cast<MutexImpl *>(data_)->release(); 44 return static_cast<MutexImpl *>(data_)->acquire(); 48 return static_cast<MutexImpl *>(data_)->release();
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2843 Mutex = new llvm::sys::MutexImpl(/*recursive=*/true); in ConcurrencyState() 2847 delete static_cast<llvm::sys::MutexImpl *>(Mutex); in ~ConcurrencyState() 2851 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire(); in start() 2856 static_cast<llvm::sys::MutexImpl *>(Mutex)->release(); in finish()
|