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

  /system/nfc/src/include/
NfcAdaptation.h 37 class ThreadMutex {
39 ThreadMutex();
40 virtual ~ThreadMutex();
49 class ThreadCondVar : public ThreadMutex {
57 return ThreadMutex::operator pthread_mutex_t*();
66 AutoThreadMutex(ThreadMutex& m);
68 operator ThreadMutex&() { return mm; }
72 ThreadMutex& mm;
89 static ThreadMutex sLock;
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 57 ThreadMutex NfcAdaptation::sLock;
647 ** Function: ThreadMutex::ThreadMutex()
654 ThreadMutex::ThreadMutex() {
664 ** Function: ThreadMutex::~ThreadMutex()
671 ThreadMutex::~ThreadMutex() { pthread_mutex_destroy(&mMutex); }
675 ** 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 619 milliseconds