OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartScopedWriter
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
RWMutex.h
159
struct
SmartScopedWriter
{
162
explicit
SmartScopedWriter
(SmartRWMutex<mt_only>& m) : mutex(m) {
166
~
SmartScopedWriter
() {
170
typedef
SmartScopedWriter
<false> ScopedWriter;
/external/llvm/lib/IR/
PassRegistry.cpp
76
sys::
SmartScopedWriter
<true> Guard(*Lock);
107
sys::
SmartScopedWriter
<true> Guard(*Lock);
124
sys::
SmartScopedWriter
<true> Guard(*Lock);
164
sys::
SmartScopedWriter
<true> Guard(*Lock);
190
sys::
SmartScopedWriter
<true> Guard(*Lock);
196
sys::
SmartScopedWriter
<true> Guard(*Lock);
Function.cpp
319
sys::
SmartScopedWriter
<true> Writer(*GCLock);
328
sys::
SmartScopedWriter
<true> Writer(*GCLock);
Completed in 97 milliseconds