Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ tsan_numa_test
Function
tsan_numa_test
3rd/mimalloc-2.0.9/test/main-override.cpp:308–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
static void tsan_numa_test() {
309
auto t1 = std::thread(dummy_worker);
310
dummy_worker();
311
t1.join();
312
}
313
314
// issue #?
315
#include <chrono>
Callers
nothing calls this directly
Calls
3
thread
Class · 0.85
dummy_worker
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected