Home
last modified time | relevance | path

Searched refs:ThreadMutex (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/include/
DNfcAdaptation.h28 class ThreadMutex
31 ThreadMutex();
32 virtual ~ThreadMutex();
40 class ThreadCondVar : public ThreadMutex
48 operator pthread_mutex_t* () {return ThreadMutex::operator pthread_mutex_t*();}
56 AutoThreadMutex(ThreadMutex &m);
58 operator ThreadMutex& () {return mm;}
61 ThreadMutex &mm;
78 static ThreadMutex sLock;
/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp38 ThreadMutex NfcAdaptation::sLock;
665 ThreadMutex::ThreadMutex() in ThreadMutex() function in ThreadMutex
683 ThreadMutex::~ThreadMutex() in ~ThreadMutex()
697 void ThreadMutex::lock() in lock()
711 void ThreadMutex::unlock() in unlock()
788 AutoThreadMutex::AutoThreadMutex(ThreadMutex &m) in AutoThreadMutex()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc66 struct ThreadMutex { struct
73 ThreadMutex locked[kMaxNesting];
213 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
300 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()