X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-fifo.c;h=e71b7e5e00d07b14b982a5788df149b2be5ed69d;hb=0d095b17daaed97df1943ac031058b428ad3f5fa;hp=541cf5a772f997ab55c01dd60a0d11a9a2b91636;hpb=f9e00d42dfcc725ab195c5ed75561eefb282bc27;p=pintos-anon diff --git a/src/tests/threads/priority-fifo.c b/src/tests/threads/priority-fifo.c index 541cf5a..e71b7e5 100644 --- a/src/tests/threads/priority-fifo.c +++ b/src/tests/threads/priority-fifo.c @@ -1,4 +1,5 @@ -/* Problem 1-3: Priority Scheduling tests. +/* Creates several threads all at the same priority and ensures + that they consistently run in the same round-robin order. Based on a test originally submitted for Stanford's CS 140 in winter 1999 by by Matt Franklin