MCPcopy Create free account
hub / github.com/FastLED/FastLED / runner_print_stacktrace_for_thread

Function runner_print_stacktrace_for_thread

tests/shared/crash_handler_main.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// The thread_handle must be a valid HANDLE to a suspended thread.
38#ifdef _WIN32
39extern "C" void runner_print_stacktrace_for_thread(void* thread_handle) {
40 print_stacktrace_for_thread(thread_handle);
41}
42#endif

Callers 1

run_unit_test.hppFile · 0.85

Calls 1

Tested by

no test coverage detected