Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 15-Jul-2024 | 148 | 17 | 12 | |
README | H A D | 16-Aug-2023 | 505 | 14 | 9 | |
fifo.c | H A D | 16-Aug-2023 | 5.3 KiB | 228 | 132 | |
main.c | H A D | 16-Aug-2023 | 1.6 KiB | 80 | 68 | |
memlock.c | H A D | 16-Aug-2023 | 2.7 KiB | 92 | 42 | |
p26.c | H A D | 16-Aug-2023 | 2.5 KiB | 66 | 28 | |
prutil.c | H A D | 16-Aug-2023 | 957 | 62 | 45 | |
prutil.h | H A D | 16-Aug-2023 | 192 | 14 | 7 | |
sched.c | H A D | 16-Aug-2023 | 7.4 KiB | 294 | 170 | |
yield.c | H A D | 16-Aug-2023 | 5.1 KiB | 199 | 109 |
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