nuttx/sched/mqueue
chao an 66509e490e sched/mqueue: add support of tick based send() and receive()
Add tick based send()/receive() to reduce the cost of time conversion

Signed-off-by: chao an <anchao@lixiang.com>
2024-05-14 00:32:13 +08:00
..
CMakeLists.txt sched/mqueue: merge System-V message queue initialize into posix 2024-03-26 17:32:11 +01:00
Make.defs sched/mqueue: merge System-V message queue initialize into posix 2024-03-26 17:32:11 +01:00
mq_getattr.c
mq_initialize.c sched/mqueue: correct list parameter 2024-04-11 22:19:34 +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/mqueue: add support of tick based send() and receive() 2024-05-14 00:32:13 +08:00
mq_timedsend.c sched/mqueue: add support of tick based send() and receive() 2024-05-14 00:32:13 +08:00
mq_waitirq.c
mqueue.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
msg.h sched/mqueue: merge System-V message queue initialize into posix 2024-03-26 17:32:11 +01:00
msgctl.c
msgget.c
msginternal.c sched/mqueue: correct list parameter 2024-04-11 22:19:34 +08:00
msgrcv.c
msgsnd.c