OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writer_release
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
RWMutex.h
67
bool
writer_release
();
130
return impl.
writer_release
();
/external/llvm/lib/Support/
RWMutex.cpp
32
bool RWMutexImpl::
writer_release
() { return true; }
function in class:llvm::RWMutexImpl
107
RWMutexImpl::
writer_release
()
Completed in 210 milliseconds