Source-Changes archive

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

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   ad
Date:           Mon May 26 00:31:08 UTC 2008

Modified Files:
        src/lib/libpthread: pthread_spin_destroy.3 pthread_spin_init.3
            pthread_spin_lock.3 pthread_spin_unlock.3

Log Message:
Note that apps with real-time threads shouldn't use spinlocks because of
the danger of deadlock, and note that in general spinlocks suck and mutexes
should be used instead!


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_spin_destroy.3
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_spin_init.3 \
    src/lib/libpthread/pthread_spin_lock.3 \
    src/lib/libpthread/pthread_spin_unlock.3

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