MCPcopy Create free account
hub / github.com/F-Stack/f-stack / linux_mq_notify

Function linux_mq_notify

freebsd/i386/linux/linux_machdep.c:725–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725int
726linux_mq_notify(struct thread *td, struct linux_mq_notify_args *args)
727{
728#ifdef P1003_1B_MQUEUE
729 return (sys_kmq_notify(td, (struct kmq_notify_args *)args));
730#else
731 return (ENOSYS);
732#endif
733}
734
735int
736linux_mq_getsetattr(struct thread *td, struct linux_mq_getsetattr_args *args)

Callers

nothing calls this directly

Calls 1

sys_kmq_notifyFunction · 0.85

Tested by

no test coverage detected