summaryrefslogtreecommitdiffstats
path: root/threads/synch.c
Commit message (Expand)AuthorAgeFilesLines
* implement page table and use it for lazy loading of segmentsmanuel2012-06-191-4/+4
* * fix possible race in thread_set_prioritymanuel2012-05-111-8/+8
* accidentally removed semaphore_priority_cmp_greatermanuel2012-05-111-1/+13
* fix wrong behavior of cond_wait/cond_signal in donation case.manuel2012-05-111-18/+12
* slightly better descriptionmanuel2012-05-111-2/+3
* major: added support for nested priority donationmanuel2012-05-111-9/+22
* * only wake up one thread in sema_up() and remove pre-sorting in sema_down()manuel2012-05-101-31/+36
* fix sema_up() and hence the priority-sema testcase => 2/18 failedmanuel2012-05-101-14/+6
* * fixed sema_up which didn't yield the cpumanuel2012-05-081-12/+39
* first priority donation implementationmanuel2012-05-071-3/+68
* reorganize file structure to match the upstream requirementsmanuel2012-03-271-0/+338