summaryrefslogtreecommitdiffstats
path: root/proj1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'proj1.txt')
-rw-r--r--proj1.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/proj1.txt b/proj1.txt
index 03c61f0..2eab2fa 100644
--- a/proj1.txt
+++ b/proj1.txt
@@ -1,8 +1,8 @@
1 +--------------------+ 1 +--------------------+
2 | CS 140 | 2 | CS 140 |
3 | PROJECT 1: THREADS | 3 | PROJECT 1: THREADS |
4 | DESIGN DOCUMENT | 4 | DESIGN DOCUMENT |
5 +--------------------+ 5 +--------------------+
6 6
7---- GROUP ---- 7---- GROUP ----
8 8
@@ -25,8 +25,8 @@ Stallings, W. - Operating Systems
25http://en.wikipedia.org/wiki/Priority_inversion 25http://en.wikipedia.org/wiki/Priority_inversion
26http://hynek.me/studies/sched_ausarbeitung.pdf 26http://hynek.me/studies/sched_ausarbeitung.pdf
27 27
28 PRIORITY SCHEDULING 28 PRIORITY SCHEDULING
29 =================== 29 ===================
30 30
31---- DATA STRUCTURES ---- 31---- DATA STRUCTURES ----
32 32
@@ -214,8 +214,8 @@ and we don't have any reference to currently used semaphores/conditions inside
214the thread structure. Thus we simply sort the whole list inside sema_up()/ 214the thread structure. Thus we simply sort the whole list inside sema_up()/
215cond_signal() before unblocking the next thread. 215cond_signal() before unblocking the next thread.
216 216
217 SURVEY QUESTIONS 217 SURVEY QUESTIONS
218 ================ 218 ================
219 219
220Answering these questions is optional, but it will help us improve the 220Answering these questions is optional, but it will help us improve the
221course in future quarters. Feel free to tell us anything you 221course in future quarters. Feel free to tell us anything you