Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Tue Apr 22 12:04:22 UTC 2008

Modified Files:
        src/regress/sys/kern/callout1: test_callout1.c
        src/sys/kern: kern_event.c kern_sleepq.c kern_time.c kern_timeout.c
            tty.c
        src/sys/sys: callout.h

Log Message:
Give callout_halt() an additional 'kmutex_t *interlock' argument. If there
is a need to block and wait for the callout to complete, and there is an
interlock, it will be dropped while waiting and reacquired before return.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/sys/kern/callout1/test_callout1.c
cvs rdiff -r1.54 -r1.55 src/sys/kern/kern_event.c
cvs rdiff -r1.25 -r1.26 src/sys/kern/kern_sleepq.c
cvs rdiff -r1.143 -r1.144 src/sys/kern/kern_time.c
cvs rdiff -r1.36 -r1.37 src/sys/kern/kern_timeout.c
cvs rdiff -r1.218 -r1.219 src/sys/kern/tty.c
cvs rdiff -r1.28 -r1.29 src/sys/sys/callout.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