Home
last modified time | relevance | path

Searched defs:tryacquire (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Support/
H A DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
104 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
104 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_proc_mutex.h74 apr_status_t (*tryacquire)(apr_proc_mutex_t *); member