This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 18:37:46 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e2f04ec7969e6afaa4f70641f4118e5169f84efa
nuttx
/
sched
/
mqueue
T
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
…