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:           Fri Jul 13 02:25:21 UTC 2001

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

Log Message:
Convert to new queue type.

Remove a level of indirection in the definition and use of
pthread_mutex_t.

Add a note about Pthreads memory visibility rules.

Use an optimistic simple-lock approach for locking mutexes. Should be
faster in the common case.


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