Module Name: src Committed By: thorpej Date: Wed Dec 26 20:08:22 UTC 2018
Modified Files: src/sys/kern: kern_threadpool.c Log Message: Use uint64_t for the unbound and per-cpu thread pool ref counts; they're always manipulated under a lock. Rather than bother returning EBUSY, just assert that the ref count never overlows (if it ever does, you have bigger problems). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/kern_threadpool.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.