OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartMutex
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/Support/
Mutex.h
87
///
SmartMutex
- A mutex with a compile time constant parameter that
91
class
SmartMutex
{
96
explicit
SmartMutex
(bool rec = true) :
133
SmartMutex
(const
SmartMutex
<mt_only> & original);
134
void operator=(const
SmartMutex
<mt_only> &);
138
typedef
SmartMutex
<false> Mutex;
142
SmartMutex
<mt_only>& mtx;
145
SmartScopedLock(
SmartMutex
<mt_only>& m) : mtx(m) {
/external/llvm/lib/Support/
PluginLoader.cpp
24
static ManagedStatic<sys::
SmartMutex
<true> > PluginsLock;
DynamicLibrary.cpp
28
static llvm::ManagedStatic<llvm::sys::
SmartMutex
<true> > SymbolsMutex;
Statistic.cpp
64
static ManagedStatic<sys::
SmartMutex
<true> > StatLock;
Timer.cpp
39
static ManagedStatic<sys::
SmartMutex
<true> > TimerLock;
/external/clang/lib/Frontend/
ASTUnit.cpp
102
static llvm::sys::
SmartMutex
<false> &getOnDiskMutex() {
103
static llvm::sys::
SmartMutex
<false> M(/* recursive = */ true);
[
all
...]
/external/llvm/lib/IR/
LegacyPassManager.cpp
453
static ManagedStatic<sys::
SmartMutex
<true> > TimingInfoMutex;
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 198 milliseconds