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-05-12 17:58:10 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
fe983a44715aa619f1237f7aead67c856bdbad2b
nuttx
/
fs
/
mqueue
T
History
김정찬
a12f80fb90
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
..
Kconfig
…
Make.defs
…
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