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
mq_getattr.c
mq_initialize.c
mq_msgfree.c
mq_msgqalloc.c mq_open: add long file name check and parameter check 2021-10-21 11:01:45 -03:00
mq_msgqfree.c
mq_notify.c
mq_rcvinternal.c
mq_receive.c
mq_recover.c
mq_send.c
mq_setattr.c
mq_sndinternal.c
mq_timedreceive.c
mq_timedsend.c sched/mqueue: remove unused leave_cancellation_point 2022-02-10 22:33:21 +08:00
mq_waitirq.c
mqueue.h tools/mkconfig: Remove the unnecessary config option correction 2022-02-09 14:34:38 -03:00