summaryrefslogtreecommitdiffstats
path: root/threads/synch.c
Commit message (Collapse)AuthorAgeFilesLines
* * only wake up one thread in sema_up() and remove pre-sorting in sema_down()manuel2012-05-101-31/+36
| | | | * some small code guideline fixes
* fix sema_up() and hence the priority-sema testcase => 2/18 failedmanuel2012-05-101-14/+6
| | | | + some minor documentation and cleanup stuff
* * fixed sema_up which didn't yield the cpumanuel2012-05-081-12/+39
| | | | | | * fixed wrong condition comperator * renamed the comperator functions to better explain their compare element * current status: 3 of 18 tests failed
* first priority donation implementationmanuel2012-05-071-3/+68
|
* reorganize file structure to match the upstream requirementsmanuel2012-03-271-0/+338