Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [newlock] syssrc/sys
Module Name: syssrc
Committed By: thorpej
Date: Sat Mar 16 20:57:42 UTC 2002
Modified Files:
syssrc/sys/kern [newlock]: kern_mutex.c kern_rwlock.c kern_turnstile.c
syssrc/sys/sys [newlock]: sched.h
Log Message:
Add a "nextproc" argument to turnstile_wakeup() to selectively
wake up a single thread. This will allow us to implement direct
handoff of rwlocks.
To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 syssrc/sys/kern/kern_mutex.c
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/sys/kern/kern_rwlock.c
cvs rdiff -r1.1.2.6 -r1.1.2.7 syssrc/sys/kern/kern_turnstile.c
cvs rdiff -r1.14.10.4 -r1.14.10.5 syssrc/sys/sys/sched.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