nuttx/fs/mqueue
Gregory Nutt fca07be1df Squashed commit of the following:
Change all calls to mq_send() and mq_timedsend() in the OS to calls to nxmq_send() and nxmq_timedsend(), making appropriate changes for differences in return values.

    sched/mqueue:  Add internal function nxmq_send() and nxmq_timedsend() that are equivalent to mq_send() and mq_timedsend() except that they do not create cancellation points and do to not modify the errno variable.
2017-10-10 08:44:12 -06:00
..
Kconfig fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
Make.defs Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueue 2014-09-29 13:35:32 -06:00
mq_close.c Squashed commit of the following: 2017-10-10 08:44:12 -06:00
mq_open.c Squashed commit of the following: 2017-10-10 08:44:12 -06:00
mq_unlink.c Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 2017-02-05 14:25:45 -06:00
mqueue.h Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00