Module Name: src Committed By: thorpej Date: Wed Dec 26 18:54:20 UTC 2018
Modified Files: src/share/man/man9: threadpool.9 src/sys/kern: kern_threadpool.c src/sys/sys: threadpool.h src/tests/kernel/threadpool_tester: threadpool_tester.c src/tests/rump/kernspace: threadpool.c Log Message: - De-opaque'ify struct threadpool_job. - De-_t'ify all of the structure types. No functional chage, no ABI change (verified with old rump unit test before and after new librump.so). Per Taylor's request. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/threadpool.9 cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_threadpool.c cvs rdiff -u -r1.2 -r1.3 src/sys/sys/threadpool.h cvs rdiff -u -r1.1 -r1.2 \ src/tests/kernel/threadpool_tester/threadpool_tester.c cvs rdiff -u -r1.2 -r1.3 src/tests/rump/kernspace/threadpool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.