OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmartMutex
(Results
1 - 4
of
4
) 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/swiftshader/third_party/LLVM/include/llvm/Support/
Mutex.h
84
///
SmartMutex
- A mutex with a compile time constant parameter that
88
class
SmartMutex
: public MutexImpl {
92
explicit
SmartMutex
(bool rec = true) :
129
SmartMutex
(const
SmartMutex
<mt_only> & original);
130
void operator=(const
SmartMutex
<mt_only> &);
134
typedef
SmartMutex
<false> Mutex;
138
SmartMutex
<mt_only>& mtx;
141
SmartScopedLock(
SmartMutex
<mt_only>& m) : mtx(m) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Mutex.h
88
///
SmartMutex
- A mutex with a compile time constant parameter that
92
class
SmartMutex
{
97
explicit
SmartMutex
(bool rec = true) :
134
SmartMutex
(const
SmartMutex
<mt_only> & original);
135
void operator=(const
SmartMutex
<mt_only> &);
139
typedef
SmartMutex
<false> Mutex;
143
SmartMutex
<mt_only>& mtx;
146
SmartScopedLock(
SmartMutex
<mt_only>& m) : mtx(m) {
/external/swiftshader/third_party/llvm-subzero/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) {
Completed in 701 milliseconds