Home
last modified time | relevance | path

Searched refs:check_for_destroy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/pthread/
H A Dpthread_rwlock_destroy.cpp23 RwLock::LockResult res = rw->check_for_destroy();
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Drwlock.h549 LIBC_INLINE LockResult check_for_destroy() { in check_for_destroy() function