summaryrefslogtreecommitdiff
path: root/nuttx/sched/mqueue/mq_timedreceive.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-1/+1
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, an...Gregory Nutt2014-12-051-3/+3
* Cosmetic update to commentsGregory Nutt2014-09-291-1/+1
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-291-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move POSIX message queue files from sched/ to sched/mqueueGregory Nutt2014-08-081-0/+305