summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/mqueue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-131-2/+0
| | | | | | | | | | | | | | | | 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.
* Added priority conversion between POSIX and core priorities.Jennifer Averett2000-01-051-2/+29
|
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Split mqueue into multiple files.Joel Sherrill1999-11-021-0/+28
|
* Added include of <sys/siginfo.h>.Joel Sherrill1999-11-021-0/+2
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-231-0/+2
| | | | it work.
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-031-5/+5
|
* split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1996-05-281-1/+1
| | | | score, rtems api, or posix api related.
* posix support initially addedJoel Sherrill1995-09-261-0/+186