Source-Changes archive

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

CVS commit: [nathanw_sa] basesrc/lib/libpthread



Module Name:    basesrc
Committed By:   nathanw
Date:           Tue Oct 22 01:31:39 UTC 2002

Modified Files:
        basesrc/lib/libpthread [nathanw_sa]: pthread_alarms.c

Log Message:
In pthread__alarm_process(), initialize "next" to the same value as "iterator",
so that the timer *always* gets reset, even if the current time is before
the first timer on the list.

XXX the situation that this avoids shouldn't happen and should be looked into
XXX more closely.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 basesrc/lib/libpthread/pthread_alarms.c

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