summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/semcreate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill2000-02-031-2/+1
| | | | Eric Norum <eric@cls.usask.ca>.
* Fixed spelling errors.Joel Sherrill2000-02-031-2/+2
|
* Added comment to indicate this path does not occur.Jennifer Averett2000-01-131-1/+2
|
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-051-11/+30
| | | | | | | | | | | | power binary/mutex style semaphores already supported by RTEMS. This was done at the request of Eric Norum <eric@cls.usask.ca> in support of his effort to port EPICS to RTEMS. This change consisted of changing the nesting_allowed boolean into a lock_nesting_behavior enumerated value as well as allowing the core mutex object to optionally support ensuring that the holder of a binary semaphore released it. Finally, a more subtle enhancement was to allow the non-holder to release a priority inheritance/ceiling mutex and still allow the holding task to return to its original priority.
* First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1999-12-131-3/+6
| | | | | "mutex" and counting semaphore. This is at the request of Eric Norum and his EPICS porting effort.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-021-0/+7
| | | | | and initialize it to a value that would keep it from every being a problem.
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-171-0/+203