nuttx/sched/mqueue
Gregory Nutt 6309165fe0 tools/nxstyle.c: Add automatic detection of line width based on examining
the width of all block comments. Includes a check to assure that all block
comments use the same line width.

Verified against all .c files under /sched.  There were a few cosmetic changes to the coding style under /sched to account to new, correctly detected problems in the /sched files.
2020-01-12 13:07:54 -03: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
mq_getattr.c
mq_initialize.c tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
mq_msgfree.c
mq_msgqalloc.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mq_msgqfree.c
mq_notify.c
mq_rcvinternal.c
mq_receive.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_recover.c
mq_release.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_send.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_setattr.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_sndinternal.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mq_timedreceive.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_timedsend.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mq_waitirq.c
mqueue.h Various cosmetic changes. 2019-09-09 14:47:47 -06:00