Source-Changes archive

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

CVS commit: [netbsd-2-0] src/lib/libpthread



Module Name:    src
Committed By:   jmc
Date:           Mon Oct  4 05:21:59 UTC 2004

Modified Files:
        src/lib/libpthread [netbsd-2-0]: pthread_cond.c

Log Message:
Pullup rev 1.16 (requested by oster in ticket #885)

In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the
waiters list in all cases, not just on cancellation; there are other
sources of spurious wakeups, such as single-stepping in the debugger.


To generate a diff of this commit:
cvs rdiff -r1.14.2.1 -r1.14.2.2 src/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