Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/22/2002 01:19:03
Module Name:	basesrc
Committed By:	nathanw
Date:		Mon Oct 21 22:19:02 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_int.h pthread_sa.c

Log Message:
Implement a somewhat crude forced round-robin scheduling option,
enabled by setting PTHREAD_RRTIME to the number of milliseconds between
timer events. Makes use of CLOCK_VIRTUAL POSIX timers.


To generate a diff of this commit:
cvs rdiff -r1.1.2.30 -r1.1.2.31 basesrc/lib/libpthread/pthread_int.h
cvs rdiff -r1.1.2.27 -r1.1.2.28 basesrc/lib/libpthread/pthread_sa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.