incubator-nuttx/sched/mqueue
Gregory Nutt bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
..
Make.defs Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mq_desclose.c sched/mqueue/mq_desclose.c: Add a test to verify that message queue is closed by the same task group that opened it. If not, then list corruption would result. This test is only performed if CONFIG_DEBUG_FEATURES is enabled since it should not normally be an issue: It would be a strange programming practice to open a message queue in open task group, then close it in another. 2019-08-05 18:30:07 -06:00
mq_descreate.c sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
mq_getattr.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mq_initialize.c Trivial typo fix to a comment. 2019-06-25 12:27:26 -06:00
mq_msgfree.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
mq_msgqalloc.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mq_msgqfree.c
mq_notify.c sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
mq_rcvinternal.c nuttx/sched/mqueue: Change 'int prio' to 'unsigned int prio'. According to open group specification, priority field in mq_* functions should have unsigned type: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html 2019-02-15 19:18:55 -06:00
mq_receive.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
mq_recover.c This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit(). 2019-02-04 13:42:51 -06:00
mq_release.c
mq_send.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
mq_setattr.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mq_sndinternal.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mq_timedreceive.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
mq_timedsend.c Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 2019-08-23 11:57:35 -06:00
mq_waitirq.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mqueue.h nuttx/sched/mqueue: Change 'int prio' to 'unsigned int prio'. According to open group specification, priority field in mq_* functions should have unsigned type: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html 2019-02-15 19:18:55 -06:00