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:           Thu Aug 16 13:54:17 UTC 2007

Modified Files:
        src/lib/libpthread: Makefile pthread.c pthread_barrier.c pthread_cond.c
            pthread_int.h pthread_lock.c pthread_misc.c pthread_mutex.c
            pthread_rwlock.c sem.c
Added Files:
        src/lib/libpthread: pthread_spin.c

Log Message:
Trim fat off libpthread internal spinlock operations. Makes a mesurable
improvement across the board.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/lib/libpthread/Makefile
cvs rdiff -r1.77 -r1.78 src/lib/libpthread/pthread.c
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.33 -r1.34 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.48 -r1.49 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.22 -r1.23 src/lib/libpthread/pthread_lock.c
cvs rdiff -r1.1 -r1.2 src/lib/libpthread/pthread_misc.c
cvs rdiff -r1.29 -r1.30 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.19 -r1.20 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r0 -r1.1 src/lib/libpthread/pthread_spin.c
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/sem.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