Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [nathanw_sa] syssrc/sys/kern
Module Name: syssrc
Committed By: nathanw
Date: Mon Jul 9 22:31:56 UTC 2001
Modified Files:
syssrc/sys/kern [nathanw_sa]: kern_exit.c
Log Message:
Prevent entering exit1() from multiple LWPs in a process.
Use setrunnable() instead of tweaking l_stat and calling setrunnable();
avoids the embarassment of having swapped-out LWPs on the run queue.
To generate a diff of this commit:
cvs rdiff -r1.89.2.2 -r1.89.2.3 syssrc/sys/kern/kern_exit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index