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

/external/libnfc-nci/src/include/
H A DNfcAdaptation.h28 class ThreadMutex class
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/
H A DNfcAdaptation.cpp37 ThreadMutex NfcAdaptation::sLock;
644 ** Function: ThreadMutex::ThreadMutex()
651 ThreadMutex::ThreadMutex() function in class:ThreadMutex
662 ** Function: ThreadMutex::~ThreadMutex()
669 ThreadMutex::~ThreadMutex()
676 ** Function: ThreadMutex
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc66 struct ThreadMutex { struct in namespace:__sanitizer
73 ThreadMutex locked[kMaxNesting];
213 ThreadMutex *tm = &lt->locked[lt->nlocked++];
300 ThreadMutex *tm = &lt->locked[lt->nlocked++];

Completed in 825 milliseconds