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: nathanw
Date: Fri Jan 31 04:59:41 UTC 2003
Modified Files:
src/lib/libpthread: pthread.c pthread_barrier.c pthread_cond.c
pthread_rwlock.c
Log Message:
Use pthread__sched_sleepers() instead of iterating over sleep queues
ourself.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread.c
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread_rwlock.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