cvs commit: src/lib/libthr/thread thr_cond.c thr_kern.c
thr_mutex.c thr_private.h thr_resume_np.c
Mike Makonnen
mtm at FreeBSD.org
Sat Mar 27 06:39:21 PST 2004
mtm 2004/03/27 06:39:21 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_cond.c thr_kern.c thr_mutex.c
thr_private.h thr_resume_np.c
Log:
Stop using signals for synchronizing threads. The performance penalty
was too much.
Revision Changes Path
1.11 +1 -1 src/lib/libthr/thread/thr_cond.c
1.18 +4 -16 src/lib/libthr/thread/thr_kern.c
1.24 +1 -1 src/lib/libthr/thread/thr_mutex.c
1.33 +2 -4 src/lib/libthr/thread/thr_private.h
1.6 +1 -2 src/lib/libthr/thread/thr_resume_np.c
More information about the cvs-src
mailing list