I want to dump all threads with stack traces, internal function mono_threads_request_thread_dump() does this, I can call it from gdb, can I call it from C# code on mono/linux?
Function is in threads.h file
https://github.com/corngood/mono/blob/master/mono/metadata/threads.h