[][src]Constant nc::types::SIGEV_SIGNAL

pub const SIGEV_SIGNAL: i32

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