Lines Matching refs:sigev_notify
647 info->notify_owner ? info->notify.sigev_notify : 0,
649 info->notify.sigev_notify == SIGEV_SIGNAL) ?
792 switch (info->notify.sigev_notify) {
857 info->notify.sigev_notify == SIGEV_THREAD) {
1330 if (unlikely(notification->sigev_notify != SIGEV_NONE &&
1331 notification->sigev_notify != SIGEV_SIGNAL &&
1332 notification->sigev_notify != SIGEV_THREAD))
1334 if (notification->sigev_notify == SIGEV_SIGNAL &&
1338 if (notification->sigev_notify == SIGEV_THREAD) {
1403 switch (notification->sigev_notify) {
1405 info->notify.sigev_notify = SIGEV_NONE;
1412 info->notify.sigev_notify = SIGEV_THREAD;
1417 info->notify.sigev_notify = SIGEV_SIGNAL;
1581 if (n.sigev_notify == SIGEV_THREAD)