Function raise_stack_overflow_in_non_rust_thread

Source
pub unsafe fn raise_stack_overflow_in_non_rust_thread(uses_longjmp: bool) -> !
Expand description

SadnessFlavor::StackOverflow

This is raised inside of a non-Rust std::thread::Thread to ensure that alternate stacks apply to all threads, even ones not created from Rust

ยงSafety

This is not safe. It intentionally crashes.