Home
last modified time | relevance | path

Searched refs:concurrency_mutex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.h171 pthread_mutex_t concurrency_mutex; member
212 #define CONCURRENCY_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
213 #define CONCURRENCY_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->concurrency_mutex)
Dcom_android_nfc.cpp207 if(pthread_mutex_init(&nfc_jni_native_monitor->concurrency_mutex, NULL) == -1) in nfc_jni_init_monitor()