summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/muteximpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* muteximpl.h: Comment clean upJoel Sherrill2013-12-091-108/+44
|
* posix: Convert to inline functionSebastian Huber2013-07-181-4/+16
|
* score: Create mutex implementation headerSebastian Huber2013-07-181-0/+1
| | | | | | Move implementation specific parts of coremutex.h and coremutex.inl into new header file coremuteximpl.h. The coremutex.h contains now only the application visible API.
* posix: Create mutex implementation headerSebastian Huber2013-07-181-0/+226
Move implementation specific parts of mutex.h and mutex.inl into new header file muteximpl.h. The mutex.h contains now only the application visible API.