Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
492
void UnlockThreads() {
493
__asan::asanThreadArgRetval().Unlock();
494
__asan::asanThreadRegistry().Unlock();
495
}
496
497
static ThreadRegistry *GetAsanThreadRegistryLocked() {
498
__asan::asanThreadRegistry().CheckLocked();
Callers
1
AfterFork
Function · 0.70
Calls
1
Unlock
Method · 0.45
Tested by
no test coverage detected