devela::_dep::nc

Constant SIGEV_SIGNAL

pub const SIGEV_SIGNAL: i32 = 0;
Available on crate feature dep_nc only.
Expand description

sigevent definitions

It seems likely that SIGEV_THREAD will have to be handled from userspace, libpthread transmuting it to SIGEV_SIGNAL, which the thread manager then catches and does the appropriate nonsense. However, everything is written out here so as to not get lost. notify via signal