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

  /external/libxml2/
threads.c 169 * xmlNewMutex:
171 * xmlNewMutex() is used to allocate a libxml2 token struct for use in
177 xmlNewMutex(void)
302 if ((tok->lock = xmlNewMutex()) == NULL) {
elfgcchack.h     [all...]

Completed in 710 milliseconds