Searched defs:xmlRMutexUnlock (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dthreads.c394 * xmlRMutexUnlock:
397 * xmlRMutexUnlock() is used to unlock a libxml2 token_r.
400 xmlRMutexUnlock(xmlRMutexPtr tok ATTRIBUTE_UNUSED) function
853 xmlRMutexUnlock(xmlLibraryLock);
H A Delfgcchack.h8009 #undef xmlRMutexUnlock macro
8010 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
8012 #ifndef xmlRMutexUnlock
8013 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
8014 #define xmlRMutexUnlock xmlRMutexUnlock__internal_alias macro

Completed in 137 milliseconds