OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartScopedWriter
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
RWMutex.h
158
struct
SmartScopedWriter
{
161
explicit
SmartScopedWriter
(SmartRWMutex<mt_only>& m) : mutex(m) {
165
~
SmartScopedWriter
() {
169
typedef
SmartScopedWriter
<false> ScopedWriter;
/external/llvm/lib/VMCore/
Function.cpp
275
sys::
SmartScopedWriter
<true> Writer(*GCLock);
284
sys::
SmartScopedWriter
<true> Writer(*GCLock);
Completed in 80 milliseconds