OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartScopedReader
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
RWMutex.h
144
struct
SmartScopedReader
{
147
explicit
SmartScopedReader
(SmartRWMutex<mt_only>& m) : mutex(m) {
151
~
SmartScopedReader
() {
155
typedef
SmartScopedReader
<false> ScopedReader;
/external/llvm/lib/IR/
PassRegistry.cpp
88
sys::
SmartScopedReader
<true> Guard(*Lock);
95
sys::
SmartScopedReader
<true> Guard(*Lock);
136
sys::
SmartScopedReader
<true> Guard(*Lock);
Function.cpp
308
sys::
SmartScopedReader
<true> Reader(*GCLock);
314
sys::
SmartScopedReader
<true> Reader(*GCLock);
Completed in 33 milliseconds