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

  /external/chromium_org/third_party/libxml/src/
threads.c 180 * xmlNewMutex:
182 * xmlNewMutex() is used to allocate a libxml2 token struct for use in
188 xmlNewMutex(void)
314 if ((tok->lock = xmlNewMutex()) == NULL) {
elfgcchack.h     [all...]
  /external/libxml2/
threads.c 181 * xmlNewMutex:
183 * xmlNewMutex() is used to allocate a libxml2 token struct for use in
189 xmlNewMutex(void)
314 if ((tok->lock = xmlNewMutex()) == NULL) {