nuttx/sched/mqueue
Gregory Nutt a4218e2144 include/nuttx/sched.h: Make naming of all internal names consistent:
1. Add internal scheduler functions should begin with nxsched_, not sched_
2. Follow the consistent naming patter of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions
2020-05-09 14:19:08 -03:00
..
Make.defs
mq_desclose.c
mq_descreate.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
mq_getattr.c
mq_initialize.c
mq_msgfree.c
mq_msgqalloc.c
mq_msgqfree.c
mq_notify.c
mq_rcvinternal.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
mq_receive.c
mq_recover.c
mq_release.c
mq_send.c
mq_setattr.c
mq_sndinternal.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
mq_timedreceive.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
mq_timedsend.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
mq_waitirq.c Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
mqueue.h