libpthread sigwait patch

Daniel Eischen eischen at pcnet1.pcnet.com
Tue Apr 29 05:08:36 PDT 2003


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



More information about the freebsd-threads mailing list