Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DSingleton.h52 Mutex::Autolock _l(sLock); in getInstance()
62 Mutex::Autolock _l(sLock); in hasInstance()
73 static Mutex sLock; variable
92 (::android::Singleton< TYPE >::sLock)(::android::Mutex::PRIVATE); \
/system/nfc/src/include/
DNfcAdaptation.h105 static ThreadMutex sLock; variable
/system/nfc/src/adaptation/
DNfcAdaptation.cc61 ThreadMutex NfcAdaptation::sLock; member in NfcAdaptation
194 AutoThreadMutex a(sLock); in GetInstance()
389 AutoThreadMutex a(sLock); in Finalize()