Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [newlock2] src/sys



Module Name:    src
Committed By:   ad
Date:           Sat Feb  3 16:32:50 UTC 2007

Modified Files:
        src/sys/kern [newlock2]: kern_condvar.c kern_exit.c kern_ktrace.c
            kern_lwp.c subr_workqueue.c sys_lwp.c
        src/sys/sys [newlock2]: condvar.h

Log Message:
- Require that cv_signal/cv_broadcast be called with the interlock held.
- Provide 'async' versions that's don't need the interlock.


To generate a diff of this commit:
cvs rdiff -r1.1.2.4 -r1.1.2.5 src/sys/kern/kern_condvar.c
cvs rdiff -r1.158.2.11 -r1.158.2.12 src/sys/kern/kern_exit.c
cvs rdiff -r1.105.4.7 -r1.105.4.8 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.40.2.18 -r1.40.2.19 src/sys/kern/kern_lwp.c
cvs rdiff -r1.3.10.4 -r1.3.10.5 src/sys/kern/subr_workqueue.c
cvs rdiff -r1.1.2.10 -r1.1.2.11 src/sys/kern/sys_lwp.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/sys/sys/condvar.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