On Fri, 28 Jul 2000, Archie Cobbs wrote:
> Doug White writes:
> > You normally wouldn't mix kqueue and threads; you'd use kqueue to
> > *implement* threads. :-)
> >
> > AFAIK kqueue hasn't been made threadsafe, you'll have to bug
> > [EMAIL PROTECTED] about it. Patches gladly accepted :)
>
> I may be just being stupid but I don't understand that last sentence.
>
> I thought kqueue() and kevent() were system calls... how can they
> not be thread safe?
They really mean "wrapped by the threads library" so that kqueue
doesn't block other threads from running.
--
Dan Eischen
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message