summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/mqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Repartition some message queue logic: sched/mqueue should have all mqueue kno...Gregory Nutt2014-09-301-5/+12
* Complete re-implementation of mq_closeGregory Nutt2014-09-291-9/+23
* Complete re-implementation of mq_open()Gregory Nutt2014-09-291-2/+23
* Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq...Gregory Nutt2014-09-291-3/+45
* Convert mqueue structure for use in VFS as inode data; rename mqueue_inode_s;...Gregory Nutt2014-09-291-12/+6
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* Use uint16_t vs uint8_t in the message queue structure if the max message siz...Gregory Nutt2014-02-181-0/+4
* Header file clean-uppatacongo2012-07-171-1/+1
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-0/+124