OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartScopedWriter
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Support/
RWMutex.h
162
struct
SmartScopedWriter
{
165
explicit
SmartScopedWriter
(SmartRWMutex<mt_only>& m) : mutex(m) {
169
~
SmartScopedWriter
() {
173
typedef
SmartScopedWriter
<false> ScopedWriter;
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
RWMutex.h
162
struct
SmartScopedWriter
{
165
explicit
SmartScopedWriter
(SmartRWMutex<mt_only>& m) : mutex(m) {
169
~
SmartScopedWriter
() {
174
typedef
SmartScopedWriter
<false> ScopedWriter;
/external/llvm/lib/IR/
PassRegistry.cpp
54
sys::
SmartScopedWriter
<true> Guard(Lock);
94
sys::
SmartScopedWriter
<true> Guard(Lock);
117
sys::
SmartScopedWriter
<true> Guard(Lock);
122
sys::
SmartScopedWriter
<true> Guard(Lock);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
PassRegistry.cpp
59
sys::
SmartScopedWriter
<true> Guard(Lock);
99
sys::
SmartScopedWriter
<true> Guard(Lock);
120
sys::
SmartScopedWriter
<true> Guard(Lock);
125
sys::
SmartScopedWriter
<true> Guard(Lock);
/external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp
276
sys::
SmartScopedWriter
<true> Writer(*GCLock);
285
sys::
SmartScopedWriter
<true> Writer(*GCLock);
Completed in 1232 milliseconds