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

Function linux_mq_timedreceive

freebsd/i386/linux/linux_machdep.c:715–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715int
716linux_mq_timedreceive(struct thread *td, struct linux_mq_timedreceive_args *args)
717{
718#ifdef P1003_1B_MQUEUE
719 return (sys_kmq_timedreceive(td, (struct kmq_timedreceive_args *)args));
720#else
721 return (ENOSYS);
722#endif
723}
724
725int
726linux_mq_notify(struct thread *td, struct linux_mq_notify_args *args)

Callers

nothing calls this directly

Calls 1

sys_kmq_timedreceiveFunction · 0.85

Tested by

no test coverage detected