MCPcopy 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
308static 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

threadClass · 0.85
dummy_workerFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected