incubator-nuttx/sched/mqueue
chao.an b3d45fd6c0 sched/mqueue: remove unused leave_cancellation_point
should be removed by:

commit fca07be1df
Author: Gregory Nutt <gnutt@nuttx.org>
Date:   Tue Oct 10 08:43:10 2017 -0600

    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.

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-02-10 22:33:21 +08:00
..
Make.defs mqueue: simplify the mqueue reailize 2021-01-05 02:40:43 -06:00
mq_getattr.c mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
mq_initialize.c Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
mq_msgfree.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mq_msgqalloc.c mq_open: add long file name check and parameter check 2021-10-21 11:01:45 -03:00
mq_msgqfree.c mqueue, btqueue: Fix some typos (e.g., essage -> message) 2021-05-25 07:39:24 +09:00
mq_notify.c fs/inode: add sanity check for inode to avoid nullpointer 2021-07-25 23:01:37 -07:00
mq_rcvinternal.c Documentation, comments: Minor improvements and typos fixed 2021-05-09 19:12:13 -07:00
mq_receive.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mq_recover.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mq_send.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mq_setattr.c mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
mq_sndinternal.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mq_timedreceive.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mq_timedsend.c sched/mqueue: remove unused leave_cancellation_point 2022-02-10 22:33:21 +08:00
mq_waitirq.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mqueue.h tools/mkconfig: Remove the unnecessary config option correction 2022-02-09 14:34:38 -03:00