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

Function xmlLockLibrary

ThirdParty/libxml2/vtklibxml2/threads.c:398–402  ·  view source on GitHub ↗

* xmlLockLibrary: * * xmlLockLibrary() is used to take out a re-entrant lock on the libxml2 * library. */

Source from the content-addressed store, hash-verified

396 * library.
397 */
398void
399xmlLockLibrary(void)
400{
401 xmlRMutexLock(xmlLibraryLock);
402}
403
404/**
405 * xmlUnlockLibrary:

Callers

nothing calls this directly

Calls 1

xmlRMutexLockFunction · 0.85

Tested by

no test coverage detected