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

  /external/llvm/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
104 MutexImpl::tryacquire()
  /external/swiftshader/third_party/LLVM/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
136 MutexImpl::tryacquire()
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
104 MutexImpl::tryacquire()
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Mutex.h 66 bool tryacquire();
122 bool tryacquire() { function in class:llvm::sys::SmartMutex
124 return MutexImpl::tryacquire();

Completed in 81 milliseconds