incubator-nuttx/sched/mqueue
Gregory Nutt 84f0303fc0 mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin. 2015-06-03 07:24:50 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
mq_desclose.c Repartition some message queue logic: sched/mqueue should have all mqueue knowledge; fs/mqueue should deal only with inodes 2014-09-30 08:03:39 -06:00
mq_descreate.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_initialize.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_msgfree.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_msgqalloc.c In message queue created return ENOSPC error if size exceeds the configured size of pre-allocatd messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From Pierre-Noel Bouteville 2014-12-06 07:18:48 -06:00
mq_msgqfree.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_notify.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_rcvinternal.c msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel Bouteville 2014-12-05 19:16:14 -06:00
mq_receive.c msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel Bouteville 2014-12-05 19:16:14 -06:00
mq_recover.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_release.c Cosmetic update to comments 2014-09-29 16:22:21 -06:00
mq_send.c Reorder some operations to minimize a race condition 2015-03-10 10:41:21 -06:00
mq_sndinternal.c Fix a case in mq_timedsend() where the return errno value was being overwritten 2015-03-10 12:05:33 -06:00
mq_timedreceive.c mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin. 2015-06-03 07:24:50 -06:00
mq_timedsend.c mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin. 2015-06-03 07:24:50 -06:00
mq_waitirq.c mq_timedreceive() move the location where the errno value is set; the TIMEDOUT errno setting was being overwritten by subsequent actions before returning. Noted by Freddie Chopin. 2015-06-03 07:24:50 -06:00
mqueue.h In message queue created return ENOSPC error if size exceeds the configured size of pre-allocatd messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From Pierre-Noel Bouteville 2014-12-06 07:18:48 -06:00