Home
last modified time | relevance | path

Searched refs:xmlFreeMutex (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
Dthreads.rpgle34 d xmlFreeMutex pr extproc('xmlFreeMutex')
/third_party/libxml2/include/libxml/
Dthreads.h46 xmlFreeMutex (xmlMutexPtr tok);
/third_party/libxml2/
Dthreads.c206 xmlFreeMutex(xmlMutexPtr tok) in xmlFreeMutex() function
331 xmlFreeMutex(tok->lock); in xmlFreeRMutex()
Dglobals.c61 xmlFreeMutex(xmlThrDefMutex); in xmlCleanupGlobals()
Dxmlmemory.c1016 xmlFreeMutex(xmlMemMutex); in xmlCleanupMemory()
Dlibxml2.syms845 xmlFreeMutex;
Delfgcchack.h3663 #undef xmlFreeMutex
3664 extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
3666 #ifndef xmlFreeMutex
3667 extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
3668 #define xmlFreeMutex xmlFreeMutex__internal_alias macro
/third_party/libxml2/win32/
Dlibxml2.def.src885 xmlFreeMutex
/third_party/chromium/patch/
D0001-cve.patch100940 + xmlFreeMutex(xmlDictMutex);
104648 -#undef xmlFreeMutex
104649 -extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
104651 -#ifndef xmlFreeMutex
104652 -extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
104653 -#define xmlFreeMutex xmlFreeMutex__internal_alias
121273 - xmlFreeMutex(xmlThrDefMutex);
121364 + xmlFreeMutex(xmlThrDefMutex);
132651 @@ -212,7 +203,7 @@ xmlFreeMutex(xmlMutexPtr tok)