IMPORTANT! Do not confuse `ucontext_t` and `ucontext_t_portable`! On some platforms (e.g. linux x86_64 or darwin aarch64) `ucontext_t` and `ucontext_t_portable` has different semantics and layouts. Keep in mind that: `ucontext_t_portable` -- using for more efficient user context manipulations (e.g. `swapcontext`, `getcontext`, `setcontext`, etc) `ucontext_t` -- using in signal handlers for machine
source not stored for this graph (policy: none)
no test coverage detected