summaryrefslogtreecommitdiff
path: root/nuttx/sched/mqueue/mq_timedreceive.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some time value changes; mostly changing greater than 1000000000 to ↵Gregory Nutt2015-02-201-1/+1
| | | | greater than or equal to 1000000000. From Juha Niskanen
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, ↵Gregory Nutt2014-12-051-3/+3
| | | | and mq_timedreceive. Noted by Pierre-Noel Bouteville
* 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 ↵Gregory Nutt2014-08-211-2/+2
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* Replace os_internal.h with sched/sched.h in files that actually reference ↵Gregory Nutt2014-08-081-1/+1
| | | | something in sched.h
* 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