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

Function xmlUnlockLibrary

ThirdParty/libxml2/vtklibxml2/threads.c:410–414  ·  view source on GitHub ↗

* xmlUnlockLibrary: * * xmlUnlockLibrary() is used to release a re-entrant lock on the libxml2 * library. */

Source from the content-addressed store, hash-verified

408 * library.
409 */
410void
411xmlUnlockLibrary(void)
412{
413 xmlRMutexUnlock(xmlLibraryLock);
414}
415
416/**
417 * xmlInitThreads:

Callers

nothing calls this directly

Calls 1

xmlRMutexUnlockFunction · 0.85

Tested by

no test coverage detected