• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

MakefileD10-Jan-2016243 1912

READMED26-Jul-2015594 1510

fifo.cD10-Jan-20165.3 KiB228132

main.cD10-Jan-20161.7 KiB8068

memlock.cD26-Jul-20152.7 KiB9242

p26.cD26-Jul-20152.6 KiB6628

prutil.cD10-Jan-20161 KiB6345

prutil.hD26-Jul-2015286 157

sched.cD10-Jan-20167.4 KiB293170

yield.cD10-Jan-20165.1 KiB198109

README

1$FreeBSD: stable/9/tools/regression/p1003_1b/README 57257 2000-02-16 14:28:42Z dufault $
2
3p1003_1b: Regression tests for the scheduling facilities.
4The following should always work as of the release of 4.0:
5
6p1003_1b fifo : Check that the FIFO scheduler seems to work.
7p1003_1b p26 :  Check that we support the expected features.
8p1003_1b sched: Check that schedule switching seems to work.
9p1003_1b yield: Check that yielding runs the expected process.
10
11As of today "p1003_1b yield" doesn't work.  I have a minimal set
12of patches I'm waiting for approval to commit.
13
14Peter dufault@freebsd.org
15