HomeSort by relevance Sort by last modified time
    Searched refs:ThreadMutex (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/include/
NfcAdaptation.h 28 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/
NfcAdaptation.cpp 37 ThreadMutex NfcAdaptation::sLock;
644 ** Function: ThreadMutex::ThreadMutex()
651 ThreadMutex::ThreadMutex()
662 ** Function: ThreadMutex::~ThreadMutex()
669 ThreadMutex::~ThreadMutex()
676 ** Function: ThreadMutex::lock(
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 66 struct ThreadMutex {
73 ThreadMutex locked[kMaxNesting];
213 ThreadMutex *tm = &lt->locked[lt->nlocked++];
300 ThreadMutex *tm = &lt->locked[lt->nlocked++];

Completed in 228 milliseconds