This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: linuxthreads and signals


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]