Searched refs:concurrency_mutex (Results 1 – 2 of 2) sorted by relevance
171 pthread_mutex_t concurrency_mutex; member212 #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)
207 if(pthread_mutex_init(&nfc_jni_native_monitor->concurrency_mutex, NULL) == -1) in nfc_jni_init_monitor()