Lines Matching refs:sigev_notify
646 info->notify_owner ? info->notify.sigev_notify : 0,
648 info->notify.sigev_notify == SIGEV_SIGNAL) ?
791 switch (info->notify.sigev_notify) {
856 info->notify.sigev_notify == SIGEV_THREAD) {
1331 if (unlikely(notification->sigev_notify != SIGEV_NONE &&
1332 notification->sigev_notify != SIGEV_SIGNAL &&
1333 notification->sigev_notify != SIGEV_THREAD))
1335 if (notification->sigev_notify == SIGEV_SIGNAL &&
1339 if (notification->sigev_notify == SIGEV_THREAD) {
1404 switch (notification->sigev_notify) {
1406 info->notify.sigev_notify = SIGEV_NONE;
1413 info->notify.sigev_notify = SIGEV_THREAD;
1418 info->notify.sigev_notify = SIGEV_SIGNAL;
1582 if (n.sigev_notify == SIGEV_THREAD)