cvs commit: src/lib/libpthread/thread thr_create.c thr_kern.c
thr_private.h thr_resume_np.c thr_sig.c thr_suspend_np.c
Daniel Eischen
deischen at FreeBSD.org
Sun May 4 09:17:02 PDT 2003
deischen 2003/05/04 09:17:01 PDT
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_create.c thr_kern.c thr_private.h
thr_resume_np.c thr_sig.c
thr_suspend_np.c
Log:
Fix suspend and resume.
Submitted (in part) by: Kazuaki Oda <kaakun at highway.ne.jp>
Revision Changes Path
1.44 +3 -1 src/lib/libpthread/thread/thr_create.c
1.63 +28 -16 src/lib/libpthread/thread/thr_kern.c
1.86 +5 -0 src/lib/libpthread/thread/thr_private.h
1.17 +5 -18 src/lib/libpthread/thread/thr_resume_np.c
1.49 +3 -6 src/lib/libpthread/thread/thr_sig.c
1.19 +3 -2 src/lib/libpthread/thread/thr_suspend_np.c
More information about the cvs-src
mailing list