Home
last modified time | relevance | path

Searched refs:reader_release (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DRWMutex.cpp33 bool RWMutexImpl::reader_release() { return true; } in reader_release() function in RWMutexImpl
89 RWMutexImpl::reader_release() in reader_release() function in RWMutexImpl
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRWMutex.h61 bool reader_release();
110 return impl.reader_release(); in unlock_shared()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DRWMutex.inc39 bool RWMutexImpl::reader_release() {
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DRWMutex.inc101 bool sys::RWMutexImpl::reader_release() {