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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 182 pthread_mutex_t concurrency_mutex; member in struct:nfc_jni_native_monitor
223 #define CONCURRENCY_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
224 #define CONCURRENCY_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->concurrency_mutex)
com_android_nfc.cpp 193 if(pthread_mutex_init(&nfc_jni_native_monitor->concurrency_mutex, NULL) == -1)

Completed in 2993 milliseconds