incubator-nuttx/sched/mqueue
chao an 664927c86e mm/alloc: remove all unnecessary cast for alloc
Fix the minor style issue and remove unnecessary cast

Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-30 14:34:20 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
mq_getattr.c
mq_initialize.c add the startup process tracepoint 2023-08-19 21:50:08 +08:00
mq_msgfree.c
mq_msgqalloc.c
mq_msgqfree.c
mq_notify.c
mq_rcvinternal.c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading. 2023-08-03 03:10:56 -07:00
mq_receive.c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading. 2023-08-03 03:10:56 -07:00
mq_recover.c
mq_send.c sched/mqueue/mq_send: fix the wrong return value in mq_send function. And add the condition if message priority equal to MQ_PRIO_MAX. 2023-08-03 03:10:56 -07:00
mq_setattr.c
mq_sndinternal.c sched/mqueue/mq_send: fix the wrong return value in mq_send function. And add the condition if message priority equal to MQ_PRIO_MAX. 2023-08-03 03:10:56 -07:00
mq_timedreceive.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mq_timedsend.c sched/mqueue/mq_sndinternal.c: Update the return value in description "Message queue opened not opened for writing". 2023-08-03 03:10:56 -07:00
mq_waitirq.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mqueue.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
msg.h
msgctl.c
msgget.c
msginternal.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
msgrcv.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
msgsnd.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00