OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONCURRENCY_LOCK
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.h
100
#define
CONCURRENCY_LOCK
() if (phNxpNciHal_get_monitor()) pthread_mutex_lock(&phNxpNciHal_get_monitor()->concurrency_mutex)
/packages/apps/Nfc/nxp/jni/
com_android_nfc.h
223
#define
CONCURRENCY_LOCK
() pthread_mutex_lock(&nfc_jni_get_monitor()->concurrency_mutex)
Completed in 1343 milliseconds