diff options
Diffstat (limited to 'proj1.txt')
| -rw-r--r-- | proj1.txt | 18 |
1 files changed, 9 insertions, 9 deletions
| @@ -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 | |||
| 25 | http://en.wikipedia.org/wiki/Priority_inversion | 25 | http://en.wikipedia.org/wiki/Priority_inversion |
| 26 | http://hynek.me/studies/sched_ausarbeitung.pdf | 26 | http://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 | |||
| 214 | the thread structure. Thus we simply sort the whole list inside sema_up()/ | 214 | the thread structure. Thus we simply sort the whole list inside sema_up()/ |
| 215 | cond_signal() before unblocking the next thread. | 215 | cond_signal() before unblocking the next thread. |
| 216 | 216 | ||
| 217 | SURVEY QUESTIONS | 217 | SURVEY QUESTIONS |
| 218 | ================ | 218 | ================ |
| 219 | 219 | ||
| 220 | Answering these questions is optional, but it will help us improve the | 220 | Answering these questions is optional, but it will help us improve the |
| 221 | course in future quarters. Feel free to tell us anything you | 221 | course in future quarters. Feel free to tell us anything you |
