MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlGlobalInitMutexUnlock

Function xmlGlobalInitMutexUnlock

ThirdParty/libxml2/vtklibxml2/threads.c:531–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531static void
532xmlGlobalInitMutexUnlock(void) {
533#ifdef HAVE_POSIX_THREADS
534 if (XML_IS_THREADED() != 0)
535 pthread_mutex_unlock(&global_init_lock);
536#elif defined HAVE_WIN32_THREADS
537 if (global_init_lock != NULL)
538 LeaveCriticalSection(global_init_lock);
539#endif
540}
541
542/**
543 * xmlGlobalInitMutexDestroy

Callers 1

xmlInitParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected