summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremutexsurrender.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-01-13Added comment.Jennifer Averett1-0/+1
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-22/+17
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.
2000-01-05Fixed recursive release for mutexes with nesting allowed.Joel Sherrill1-1/+4
1999-12-13First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1-12/+19
"mutex" and counting semaphore. This is at the request of Eric Norum and his EPICS porting effort.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split core mutex and semaphore handlers into separate files.Joel Sherrill1-0/+139