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: Fri Dec 7 01:38:38 UTC 2007
Modified Files:
src/lib/libpthread: pthread_mutex2.c
Log Message:
pthread__mutex_lock_slow: avoid entering the waiters list if a race to
acquire the mutex is lost. Removing the current thread from the waiters
list requires at least one syscall.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_mutex2.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