summaryrefslogtreecommitdiff
path: root/nuttx/sched/mqueue/mq_timedsend.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a case in mq_timedsend() where the return errno value was being overwrittenGregory Nutt2015-03-101-3/+11
* Reorder some operations to minimize a race conditionGregory Nutt2015-03-101-40/+58
* mq_timedsend(): Do check for time errors if the message queue is not full. ...Gregory Nutt2015-03-101-72/+83
* 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/+2
* 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
* Convert mqueue structure for use in VFS as inode data; rename mqueue_inode_s;...Gregory Nutt2014-09-291-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+3
* 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/+320