OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reentrance_mutex
(Results
1 - 2
of
2
) sorted by null
/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
)
com_android_nfc.cpp
187
if(pthread_mutex_init(&nfc_jni_native_monitor->
reentrance_mutex
, &recursive_attr) == -1)
Completed in 48 milliseconds