Gregory Nutt 46d435fc65 Various cosmetic changes. 5 年之前
..
Make.defs abf6965c24 Squashed commit of the following: 5 年之前
mq_desclose.c a12f80fb90 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. 5 年之前
mq_descreate.c fb63c0a293 sched/signal and related changes to other OS subsystems. 5 年之前
mq_getattr.c b54ffe858a Standardization of some function headers. 6 年之前
mq_initialize.c d7c4cca84d Trivial typo fix to a comment. 5 年之前
mq_msgfree.c 467d2a58ea Replace non critical PANIC with DEBUGPANIC to save the code space 6 年之前
mq_msgqalloc.c abf6965c24 Squashed commit of the following: 5 年之前
mq_msgqfree.c 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
mq_notify.c fb63c0a293 sched/signal and related changes to other OS subsystems. 5 年之前
mq_rcvinternal.c 626afb015b 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 5 年之前
mq_receive.c bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 5 年之前
mq_recover.c bb623d1e04 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(). 5 年之前
mq_release.c 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
mq_send.c bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 5 年之前
mq_setattr.c b54ffe858a Standardization of some function headers. 6 年之前
mq_sndinternal.c abf6965c24 Squashed commit of the following: 5 年之前
mq_timedreceive.c bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 5 年之前
mq_timedsend.c bff30ff9bc Fix minor typo / copy-paste. 'cancellaction point'->'cancellation point' 5 年之前
mq_waitirq.c b54ffe858a Standardization of some function headers. 6 年之前
mqueue.h 46d435fc65 Various cosmetic changes. 5 年之前