incubator-nuttx/sched/mqueue
Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
..
Make.defs POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen. 2015-06-03 09:24:17 -06:00
mq_desclose.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_descreate.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_getattr.c POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen. 2015-06-03 09:24:17 -06:00
mq_initialize.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_msgfree.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_msgqalloc.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_msgqfree.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_notify.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_rcvinternal.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_receive.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_recover.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_release.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_send.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_setattr.c POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen. 2015-06-03 09:24:17 -06:00
mq_sndinternal.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_timedreceive.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_timedsend.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mq_waitirq.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mqueue.h Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00