summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremsgsubmit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-01-13POSIX message queues now include complete functionality includingJoel Sherrill1-69/+77
blocking sends when the queue is full. The SuperCore was enhanced to support blocking on send. The existing POSIX API was debugged and numerous test cases were added to psxmsgq01 by Jennifer Averett. SuperCore enhancements and resulting modifications to other APIs were done by Joel. There is one significant point of interpretation for the POSIX API. What happens to threads already blocked on a message queue when the mode of that same message queue is changed from blocking to non-blocking? We decided to unblock all waiting tasks with an EAGAIN error just as if a non-blocking version of the same operation had returned unsatisfied. This case is not discussed in the POSIX standard and other implementations may have chosen differently.
2000-01-06Corrected spacing.Joel Sherrill1-3/+2
2000-01-05Added the recording of the submit type.Jennifer Averett1-0/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split core message queue and watchdog handler objects into separate files.Joel Sherrill1-0/+155