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

  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.h 65 pthread_mutex_t reentrance_mutex; member in struct:phNxpNciHal_Monitor
98 #define REENTRANCE_LOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_lock(&phNxpNciHal_get_monitor()->reentrance_mutex)
99 #define REENTRANCE_UNLOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_unlock(&phNxpNciHal_get_monitor()->reentrance_mutex)
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.h 179 pthread_mutex_t reentrance_mutex; member in struct:nfc_jni_native_monitor
221 #define REENTRANCE_LOCK() pthread_mutex_lock(&nfc_jni_get_monitor()->reentrance_mutex)
222 #define REENTRANCE_UNLOCK() pthread_mutex_unlock(&nfc_jni_get_monitor()->reentrance_mutex)

Completed in 60 milliseconds