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:           Mon Dec 16 18:24:15 UTC 2002

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

Log Message:
Ensure that only one of an alarm callback or a signal/broadcast wakeup can
remove a thread from a condition-variable sleep and schedule it.

Don't call pthread__alarm_fired() until after pthread__alarm_del().


To generate a diff of this commit:
cvs rdiff -r1.1.2.14 -r1.1.2.15 basesrc/lib/libpthread/pthread_cond.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