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

  /packages/apps/Nfc/jni/
com_android_nfc.h 166 pthread_mutex_t reentrance_mutex; member in struct:nfc_jni_native_monitor
208 #define REENTRANCE_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->reentrance_mutex)
209 #define REENTRANCE_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->reentrance_mutex)
com_android_nfc.cpp 201 if(pthread_mutex_init(&nfc_jni_native_monitor->reentrance_mutex, &recursive_attr) == -1)

Completed in 94 milliseconds