Name Date Size #Lines LOC

..--

MakefileH A D16-Jul-2024148 1812

READMEH A D08-Jul-2024505 149

fifo.cH A D08-Jul-20245.3 KiB228132

main.cH A D08-Jul-20241.6 KiB8068

memlock.cH A D08-Jul-20242.7 KiB9242

p26.cH A D08-Jul-20242.5 KiB6628

prutil.cH A D08-Jul-2024957 6245

prutil.hH A D08-Jul-2024192 147

sched.cH A D08-Jul-20247.4 KiB294170

yield.cH A D08-Jul-20245.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