Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Sat Apr 12 17:16:09 UTC 2008
Modified Files:
src/sys/kern: kern_cpu.c kern_kthread.c kern_synch.c subr_prf.c
src/sys/sys: lwp.h
Log Message:
Move the LW_BOUND flag into the thread-private flag word. It can be tested
by other threads/CPUs but that is only done when the LWP is known to be in a
quiescent state (for example, on a run queue).
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/kern/kern_cpu.c
cvs rdiff -r1.21 -r1.22 src/sys/kern/kern_kthread.c
cvs rdiff -r1.223 -r1.224 src/sys/kern/kern_synch.c
cvs rdiff -r1.116 -r1.117 src/sys/kern/subr_prf.c
cvs rdiff -r1.86 -r1.87 src/sys/sys/lwp.h
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