From: Ben Pfaff Date: Mon, 4 Jul 2005 00:04:24 +0000 (+0000) Subject: Clarify use of thread_get_nice() and thread_set_nice(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4824d681ff6abb0014ffed11de3d2877ca1246b7;hp=37deefa57e17a299779936ae6d2b74df2e517368;p=pintos-anon Clarify use of thread_get_nice() and thread_set_nice(). Thanks to "Bruce Schechter" for pointing the ambiguity. --- diff --git a/doc/44bsd.texi b/doc/44bsd.texi index b21c487..3bbce0d 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -81,9 +81,9 @@ time from other threads. The initial thread starts with a @var{nice} value of zero. Other threads start with a @var{nice} value inherited from their parent -thread. You -must implement these functions, for which we have provided skeleton -definitions in @file{threads/thread.c}. +thread. You must implement the functions described below, which are for +use by test programs. We have provided skeleton definitions for them in +@file{threads/thread.c}. by test programs @deftypefun int thread_get_nice (void) Returns the current thread's @var{nice} value.