This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-02 04:38:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
3bc62f1ccc
nuttx
/
fs
/
mqueue
History
Download ZIP
Download TAR.GZ
Xiang Xiao
3bc62f1ccc
Change space to tab and help to ---help--- in Kconfig files.
2019-10-05 21:39:12 -06:00
..
Kconfig
Change space to tab and help to ---help--- in Kconfig files.
2019-10-05 21:39:12 -06:00
Make.defs
Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueue
2014-09-29 13:35:32 -06:00
mq_close.c
sched/mqueue/mq_desclose.c: Add a test to verify that message queue is closed by the same task group that opened it. If not, then list corruption would result. This test is only performed if CONFIG_DEBUG_FEATURES is enabled since it should not normally be an issue: It would be a strange programming practice to open a message queue in open task group, then close it in another.
2019-08-05 18:30:07 -06:00
mq_open.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
mq_unlink.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
mqueue.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00