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