This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [ANN] Userspace M-on-N threading model implementation. Alpha release.
Evgeniy Polyakov, le Tue 30 Jan 2007 12:53:16 +0300, a écrit :
> > You may want to have a look at some existing implementations:
>
> I saw most of them.
> As far as I recall, only PTL (is not shown here) has preemptible
> scheduler. NTL has it too, but is based on different approach.
Marcel has a preemptible scheduler too, based on signals and
setjmp/longjmp.
Samuel