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

  /external/chromium_org/third_party/libxml/src/
threads.c 668 xmlGlobalState *tsd = xmlNewGlobalState(); local
669 if (tsd == NULL)
672 pthread_setspecific(globalkey, tsd);
673 return (tsd);
695 xmlGlobalState *tsd = xmlNewGlobalState();
697 if (tsd == NULL)
704 xmlFreeGlobalState(tsd);
707 p->memory = tsd;
712 TlsSetValue(globalkey, tsd);
726 return (tsd);
    [all...]
  /external/libxml2/
threads.c 669 xmlGlobalState *tsd = xmlNewGlobalState(); local
670 if (tsd == NULL)
673 pthread_setspecific(globalkey, tsd);
674 return (tsd);
696 xmlGlobalState *tsd = xmlNewGlobalState();
698 if (tsd == NULL)
705 xmlFreeGlobalState(tsd);
708 p->memory = tsd;
713 TlsSetValue(globalkey, tsd);
727 return (tsd);
    [all...]

Completed in 1481 milliseconds