pub fn print_stack_trace()
Expand description
Prints the stack trace of the current thread to the console.
The printing procedure is protected by a spin lock to prevent interleaving.
pub fn print_stack_trace()
Prints the stack trace of the current thread to the console.
The printing procedure is protected by a spin lock to prevent interleaving.