linuxthreads and signals
george anzinger
george@mvista.com
Mon Jul 29 12:58:00 GMT 2002
dank@kegel.com wrote:
>
> Now that the Linux kernel has added the "thread group" feature
> in an effort to allow standard Posix thread signal semantics, is
> anyone updating Linuxthreads to use it?
>
> The NGPT project is using that feature to good advantage, but
> they're also adding user-level threading, so they're not what I'm after.
> I'm asking about just plain old Linuxthreads (the one included in glibc)
> fixed up to have Posix signal semantics.
>
> Thanks,
> Dan
A bit more info. In order to use this, the
CLONE_THREADGROUP flag has to be used. This changes a few
more things....
--
George Anzinger george@mvista.com
High-res-timers:
http://sourceforge.net/projects/high-res-timers/
Real time sched: http://sourceforge.net/projects/rtsched/
Preemption patch:
http://www.kernel.org/pub/linux/kernel/people/rml
More information about the Libc-alpha
mailing list