This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
mqueue
History
Gregory Nutt
f0b4705d57
Correct a comment
2016-09-15 13:10:42 -06:00
..
Make.defs
…
mq_desclose.c
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
2016-04-11 11:14:18 -06:00
mq_descreate.c
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
2016-04-11 11:14:18 -06:00
mq_getattr.c
…
mq_initialize.c
…
mq_msgfree.c
…
mq_msgqalloc.c
…
mq_msgqfree.c
…
mq_notify.c
…
mq_rcvinternal.c
…
mq_receive.c
…
mq_recover.c
…
mq_release.c
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
2016-04-11 11:14:18 -06:00
mq_send.c
mq_send() was not setting the errno value on certain failures to allocate a message
2016-09-15 12:42:24 -06:00
mq_setattr.c
…
mq_sndinternal.c
mq_send() was not setting the errno value on certain failures to allocate a message
2016-09-15 12:42:24 -06:00
mq_timedreceive.c
…
mq_timedsend.c
Correct a comment
2016-09-15 13:10:42 -06:00
mq_waitirq.c
…
mqueue.h
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
2016-04-11 11:14:18 -06:00