Searched defs:SmartMutex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMutex.h85 /// SmartMutex - A mutex with a compile time constant parameter that
89 class SmartMutex : public MutexImpl { class in namespace:llvm::sys
93 explicit SmartMutex(bool rec = true) : function in class:llvm::sys::SmartMutex
130 SmartMutex(const SmartMutex<mt_only> & original);
131 void operator=(const SmartMutex<mt_only> &);
135 typedef SmartMutex<false> Mutex;
139 SmartMutex<mt_only>& mtx;
142 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) {

Completed in 59 milliseconds