summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/semimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Create semaphore implementation headerSebastian Huber2013-07-221-0/+1
| | | | | | Move implementation specific parts of coresem.h and coresem.inl into new header file coresemimpl.h. The coresem.h contains now only the application visible API.
* rtems: Convert to inline functionsSebastian Huber2013-07-181-6/+47
|
* rtems: Create semaphore implementation headerSebastian Huber2013-07-181-0/+158
Move implementation specific parts of sem.h and sem.inl into new header file semimpl.h. The sem.h contains now only the application visible API.