jhb 2006-02-06 21:56:13 UTC FreeBSD src repository
Modified files: sys/kern kern_exit.c kern_kthread.c Log: - Move the wakeup() for exiting kthreads out of exit1() and into kthread_exit() as that is cleaner and less obscured. It also does the wakeup sooner. - Add some comments to kthread_exit(). Revision Changes Path 1.281 +0 -6 src/sys/kern/kern_exit.c 1.35 +12 -0 src/sys/kern/kern_kthread.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"