Searched refs:notification (Results 1 – 1 of 1) sorted by relevance
1317 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() argument1326 audit_mq_notify(mqdes, notification); in do_mq_notify()1330 if (notification != NULL) { in do_mq_notify()1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()1336 !valid_signal(notification->sigev_signo)) { in do_mq_notify()1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()1348 notification->sigev_value.sival_ptr, in do_mq_notify()[all …]