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: matt
Date: Mon Jul 28 23:35:21 UTC 2003
Modified Files:
src/sys/kern: kern_lwp.c kern_synch.c
src/sys/sys: lwp.h
Log Message:
Improve _lwp_wakeup so when it wakes a thread, the target thread thinks
ltsleep has been interrupted and thus the target will not think it was
a spurious wakeup. (this makes syscalls cancellable for libpthread).
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_lwp.c
cvs rdiff -r1.134 -r1.135 src/sys/kern/kern_synch.c
cvs rdiff -r1.7 -r1.8 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