MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / UnlockThreads

Function UnlockThreads

system/lib/compiler-rt/lib/asan/asan_thread.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void UnlockThreads() {
493 __asan::asanThreadArgRetval().Unlock();
494 __asan::asanThreadRegistry().Unlock();
495}
496
497static ThreadRegistry *GetAsanThreadRegistryLocked() {
498 __asan::asanThreadRegistry().CheckLocked();

Callers 1

AfterForkFunction · 0.70

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected