Date: Sun, 4 May 2003 09:17:01 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200305041617.h44GH1D3070766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305041617.h44GH1D3070766>