Searched refs:notification (Results 1 – 1 of 1) sorted by relevance
203 __mq_notify (mqd_t mqdes, const struct sigevent *notification) in __mq_notify() argument209 if (notification == NULL || notification->sigev_notify != SIGEV_THREAD) in __mq_notify()210 return INLINE_SYSCALL (mq_notify, 2, mqdes, notification); in __mq_notify()232 data.fct = notification->sigev_notify_function; in __mq_notify()233 data.param = notification->sigev_value; in __mq_notify()235 if (notification->sigev_notify_attributes != NULL) in __mq_notify()243 notification->sigev_notify_attributes); in __mq_notify()
Completed in 2 milliseconds