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:           Thu Nov 14 04:10:08 UTC 2002

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

Log Message:
Use PTHREAD_SPIN_DEBUG here instead of PTHREAD_SA_DEBUG.

Add some checks, conditional on PTHREAD_SPIN_DEBUG, that the spinlock
count is positive. Bail out manually instead of calling abort(),
because abort() will call signal functions, which will try to use
spinlocks....


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