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

Function xmlCleanupRandom

ThirdParty/libxml2/vtklibxml2/dict.c:997–1000  ·  view source on GitHub ↗

* xmlCleanupRandom: * * Clean up PRNG globals. */

Source from the content-addressed store, hash-verified

995 * Clean up PRNG globals.
996 */
997void
998xmlCleanupRandom(void) {
999 xmlCleanupMutex(&xmlRngMutex);
1000}
1001
1002ATTRIBUTE_NO_SANITIZE_INTEGER
1003static unsigned

Callers 1

xmlCleanupParserFunction · 0.85

Calls 1

xmlCleanupMutexFunction · 0.85

Tested by

no test coverage detected