NameDateSize

..17-Aug-202351

fifo.cH A D17-Aug-20235.3 KiB

main.cH A D17-Aug-20231.6 KiB

MakefileH A D17-Aug-2023149

memlock.cH A D17-Aug-20232.7 KiB

p26.cH A D17-Aug-20232.5 KiB

prutil.cH A D17-Aug-2023957

prutil.hH A D17-Aug-2023192

READMEH A D17-Aug-2023505

sched.cH A D17-Aug-20237.4 KiB

yield.cH A D17-Aug-20235.1 KiB

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