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

Function PrintThreads

system/lib/compiler-rt/lib/lsan/lsan_thread.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void PrintThreads() {
117 InternalScopedString out;
118 PrintThreadHistory(*thread_registry, out);
119 Report("%s\n", out.data());
120}
121
122void GetAdditionalThreadContextPtrsLocked(InternalMmapVector<uptr> *ptrs) {
123 GetThreadArgRetval().GetAllPtrsLocked(ptrs);

Callers 1

PrintResultsFunction · 0.70

Calls 2

PrintThreadHistoryFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected