Date: Tue, 29 Apr 2003 08:08:30 -0400 (EDT) From: Daniel Eischen <eischen@pcnet1.pcnet.com> To: David Xu <davidxu@freebsd.org> Cc: freebsd-threads@freebsd.org Subject: Re: libpthread sigwait patch Message-ID: <Pine.GSO.4.10.10304290806430.22645-100000@pcnet1.pcnet.com> In-Reply-To: <00a201c30e16$08f291d0$f001a8c0@davidw2k>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Apr 2003, David Xu wrote: > Now, I am start to looking some signal code in libpthread, > here is my first signal patch to allow MySQL server 4.0.10 > run on my machine happily. Yeah, that' what I was looking at (signal code). We need a better way of setting up signals on running threads. Right now they're just added to the pending set, but thr_sched_switch() or the scheduler need to add them to the frame. > http://people.freebsd.org/~davidxu/thr_sigwait.c.diff I'll take a look. -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10304290806430.22645-100000>