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

  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.h 87 phNxpNciHal_Monitor_t* phNxpNciHal_get_monitor(void);
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)
100 #define CONCURRENCY_LOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_lock(&phNxpNciHal_get_monitor()->concurrency_mutex)
101 #define CONCURRENCY_UNLOCK() if (phNxpNciHal_get_monitor()) pthread_mutex_unlock(&phNxpNciHal_get_monitor()->concurrency_mutex)
phNxpNciHal_utils.c 376 ** Function phNxpNciHal_get_monitor
384 phNxpNciHal_get_monitor(void)
407 if (listAdd(&phNxpNciHal_get_monitor()->sem_list, pCallbackData) != 1)
433 if (listRemove(&phNxpNciHal_get_monitor()->sem_list, pCallbackData) != 1)
454 while (listGetAndRemoveNext(&phNxpNciHal_get_monitor()->sem_list,

Completed in 40 milliseconds