.. |
Make.defs
|
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
|
2015-06-03 09:24:17 -06:00 |
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
|
Standardize the width of all comment boxes in C files
|
2015-10-02 17:43:18 -06:00 |
mq_initialize.c
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
mq_msgfree.c
|
nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 08:17:46 -06:00 |
mq_msgqalloc.c
|
Remove some empty file section section header comments
|
2016-02-17 17:04:51 -06:00 |
mq_msgqfree.c
|
Remove some empty file section section header comments
|
2016-02-17 17:04:51 -06:00 |
mq_notify.c
|
Remove some empty file section section header comments
|
2016-02-17 17:04:51 -06:00 |
mq_rcvinternal.c
|
Cancellation points: Fix some backward logic in conditional compilation.
|
2017-02-02 06:42:41 -06:00 |
mq_receive.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
mq_recover.c
|
Remove some empty file section section header comments
|
2016-02-17 17:04:51 -06:00 |
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
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
mq_setattr.c
|
Standardize the width of all comment boxes in C files
|
2015-10-02 17:43:18 -06:00 |
mq_sndinternal.c
|
sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
|
2017-02-24 10:07:23 -06:00 |
mq_timedreceive.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
mq_timedsend.c
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
mq_waitirq.c
|
nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 08:17:46 -06:00 |
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 |