X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-preempt.c;h=452c6807c25c524d2d1d4de02b29b622baaac4b9;hb=ff8effb2f514ca54a594074e1cc33b22a1978050;hp=f6f799c4127957b15d0877f28d9c7275bc843012;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/threads/priority-preempt.c b/src/tests/threads/priority-preempt.c index f6f799c..452c680 100644 --- a/src/tests/threads/priority-preempt.c +++ b/src/tests/threads/priority-preempt.c @@ -1,4 +1,4 @@ -/* Problem 1-3: Priority Scheduling tests. +/* Ensures that a high-priority thread really preempts. Based on a test originally submitted for Stanford's CS 140 in winter 1999 by by Matt Franklin