SIGEV_NONE
[SIGEV_NONE] = "none",
if (unlikely(notification->sigev_notify != SIGEV_NONE &&
case SIGEV_NONE:
info->notify.sigev_notify = SIGEV_NONE;
case SIGEV_NONE:
bool sigev_none = timer->it_sigev_notify == SIGEV_NONE;
bool sigev_none = timer->it_sigev_notify == SIGEV_NONE;
case SIGEV_NONE:
~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
sig_none = timr->it_sigev_notify == SIGEV_NONE;
sigev_none = timr->it_sigev_notify == SIGEV_NONE;
cblock->aio_sigevent.sigev_notify = SIGEV_NONE;
evp.sigev_notify = SIGEV_NONE;
struct sigevent sevp = {.sigev_notify = SIGEV_NONE};
sev.sigev_notify = SIGEV_NONE;