You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/10 11:50:39 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5455: sched/mqueue: remove unused leave_cancellation_point

anchao opened a new pull request #5455:
URL: https://github.com/apache/incubator-nuttx/pull/5455


   
   ## Summary
   
   sched/mqueue: remove unused leave_cancellation_point
   
   should be removed by:
   
   ```
   commit fca07be1df52595d494c7524d17fb9294c385d5c
   Author: Gregory Nutt <gn...@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 <an...@xiaomi.com>
   
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ci check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5455: sched/mqueue: remove unused leave_cancellation_point

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5455:
URL: https://github.com/apache/incubator-nuttx/pull/5455


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org