Home
last modified time | relevance | path

Searched refs:xmlMutex (Results 1 – 5 of 5) sorted by relevance

/third_party/libxml2/include/libxml/
Dthreads.h23 typedef struct _xmlMutex xmlMutex; typedef
24 typedef xmlMutex *xmlMutexPtr;
/third_party/libxml2/os400/libxmlrpg/
Dthreads.rpgle15 * xmlMutex are a simple mutual exception locks.
/third_party/libxml2/
Dthreads.c181 if ((tok = malloc(sizeof(xmlMutex))) == NULL) in xmlNewMutex()
/third_party/libxml2/doc/html/
Dindex.sgml200 <ANCHOR id="xmlMutex" href="libxml/libxml-threads.html#xmlMutex">
/third_party/chromium/patch/
D0001-cve.patch132649 if ((tok->sem = create_sem(1, "xmlMutex")) < B_OK) {