cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c
thr_nanosleep.c
Ed Maste
emaste at FreeBSD.org
Mon Aug 21 14:52:48 UTC 2006
emaste 2006-08-21 14:51:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c
Log:
MFC thr_cond.c r1.53, thr_mutex.c r1.49, thr_nanosleep.c r1.25 to RELENG_5:
Eliminate a race condition in timed waits (cv, mutex, and sleeps).
MFC Candidate.
PR: 93592
Revision Changes Path
1.51.2.2 +5 -5 src/lib/libpthread/thread/thr_cond.c
1.45.2.2 +22 -24 src/lib/libpthread/thread/thr_mutex.c
1.24.2.1 +3 -1 src/lib/libpthread/thread/thr_nanosleep.c
More information about the cvs-src
mailing list