Module systemv

Source
Expand description

Module for System V ABI unwind registry.

Structsยง

UnwindRegistry
Represents a registry of function unwind information for System V ABI.

Staticsยง

EXIT_CALLED
Global flag indicating whether the program exit has been initiated. Set to true by an atexit handler to prevent crashes during shutdown when deregistering unwind frames. Accesses use Ordering::SeqCst to ensure correct memory ordering across threads.

Functionsยง

__deregister_frame ๐Ÿ”’ โš 
__register_frame ๐Ÿ”’ โš 
atexit_handler ๐Ÿ”’
using_libunwind ๐Ÿ”’
There are two primary unwinders on Unix platforms: libunwind and libgcc.