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

Function print_stacktrace_for_thread

tests/crash_handler.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// On other platforms, use print_stacktrace() from within the target thread.
44#ifdef _WIN32
45inline void print_stacktrace_for_thread(void* thread_handle) {
46 impl::print_stacktrace_for_thread((HANDLE)thread_handle);
47}
48#endif
49
50#endif // CRASH_HANDLER_H

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected