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

  /external/llvm/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
111 MutexImpl::tryacquire()
  /external/llvm/include/llvm/Support/
Mutex.h 67 bool tryacquire();
123 bool tryacquire() { function in class:llvm::sys::SmartMutex
125 return MutexImpl::tryacquire();

Completed in 1271 milliseconds