removed binary and ex10b
[des2015.git] / mart / ex03 / explanations.txt
index 941a767..5ae580a 100644 (file)
@@ -10,6 +10,4 @@ line up in the queue again. This goes on, tasks taking turns, till the tasks
 are finished.
 
 3c.
-rt_sem_v doesn't work because they are released and the first one will get the
-lock. rt_sem_broadcast works because all tasks are released at the same time
-and the priority is then the next measure of who goes first.
+Using semaphore, we can start task that has higher priority than the others. As we can see from the output, the order of the task is based on its priority.