Name Date Size #Lines LOC

..--

MakefileH A D15-Jul-2024148 1712

READMEH A D16-Aug-2023505 149

fifo.cH A D16-Aug-20235.3 KiB228132

main.cH A D16-Aug-20231.6 KiB8068

memlock.cH A D16-Aug-20232.7 KiB9242

p26.cH A D16-Aug-20232.5 KiB6628

prutil.cH A D16-Aug-2023957 6245

prutil.hH A D16-Aug-2023192 147

sched.cH A D16-Aug-20237.4 KiB294170

yield.cH A D16-Aug-20235.1 KiB199109

README

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