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
3adcae8ffb
Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines.
2015-05-18 08:53:42 -06:00
..
Make.defs
…
mq_desclose.c
…
mq_descreate.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
…
mq_send.c
Reorder some operations to minimize a race condition
2015-03-10 10:41:21 -06:00
mq_sndinternal.c
Fix a case in mq_timedsend() where the return errno value was being overwritten
2015-03-10 12:05:33 -06:00
mq_timedreceive.c
Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines.
2015-05-18 08:53:42 -06:00
mq_timedsend.c
Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines.
2015-05-18 08:53:42 -06:00
mq_waitirq.c
…
mqueue.h
…