Searched defs:tryacquire (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Support/ | ||
H A D | Mutex.cpp | 30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl |
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ | ||
H A D | Mutex.cpp | 30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl |
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/ | ||
H A D | apr_arch_proc_mutex.h | 74 apr_status_t (*tryacquire)(apr_proc_mutex_t *); member |