summaryrefslogtreecommitdiffstats
path: root/threads/thread.h
Commit message (Collapse)AuthorAgeFilesLines
* major: added support for nested priority donationmanuel2012-05-111-0/+1
| | | | | minor: replaced priority with a pointer to the waiting thread in condition handling status: 0/18 failed!
* fix sema_up() and hence the priority-sema testcase => 2/18 failedmanuel2012-05-101-1/+1
| | | | + some minor documentation and cleanup stuff
* * fixed sema_up which didn't yield the cpumanuel2012-05-081-1/+1
| | | | | | * 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-0/+10
|
* reorganize file structure to match the upstream requirementsmanuel2012-03-271-0/+148