HomeSort by relevance Sort by last modified time
    Searched refs:xmlRMutex (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
threads.h 27 * xmlRMutex are reentrant mutual exception locks.
29 typedef struct _xmlRMutex xmlRMutex;
30 typedef xmlRMutex *xmlRMutexPtr;
  /external/libxml2/
threads.c 118 * xmlRMutex are reentrant mutual exception locks
301 if ((tok = malloc(sizeof(xmlRMutex))) == NULL)

Completed in 170 milliseconds