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

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c253 * xmlMutexUnlock:
256 * xmlMutexUnlock() is used to unlock a libxml2 token.
259 xmlMutexUnlock(xmlMutexPtr tok) function
413 xmlMutexUnlock(tok->lock);
H A Delfgcchack.h5323 #undef xmlMutexUnlock macro
5324 extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias")));
5326 #ifndef xmlMutexUnlock
5327 extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden")));
5328 #define xmlMutexUnlock xmlMutexUnlock__internal_alias macro

Completed in 631 milliseconds