Module Name: src Committed By: ad Date: Sun Feb 23 16:27:09 UTC 2020
Modified Files: src/sys/kern: kern_synch.c src/sys/sys: syncobj.h Log Message: kpause(): is only awoken via timeout or signal, so use SOBJ_SLEEPQ_NULL like _lwp_park() does, and dispense with the hashed sleepq & lock. To generate a diff of this commit: cvs rdiff -u -r1.341 -r1.342 src/sys/kern/kern_synch.c cvs rdiff -u -r1.10 -r1.11 src/sys/sys/syncobj.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.