summaryrefslogtreecommitdiffstats
path: root/threads
Commit message (Collapse)AuthorAgeFilesLines
* major: added support for nested priority donationmanuel2012-05-113-9/+24
| | | | | minor: replaced priority with a pointer to the waiting thread in condition handling status: 0/18 failed!
* * only wake up one thread in sema_up() and remove pre-sorting in sema_down()manuel2012-05-102-57/+61
| | | | * some small code guideline fixes
* fix sema_up() and hence the priority-sema testcase => 2/18 failedmanuel2012-05-102-15/+7
| | | | + some minor documentation and cleanup stuff
* * fixed sema_up which didn't yield the cpumanuel2012-05-083-19/+46
| | | | | | * 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-074-15/+154
|
* initial commit of proj1manuel2012-05-031-2/+22
| | | | | including the draft of our (yet empty) design document and the first schedule code mostly submitted by karo and peter
* reorganize file structure to match the upstream requirementsmanuel2012-03-2727-0/+3823