On Mon, Feb 3, 2014 at 5:09 PM, Ted Unangst wrote:
> No need for every thread to have its own name, right?
pthread_set_name_np()? Would be nice to have that reflect into "ps H"
output if it's used in real programs. Linux calls that function
pthread_setname_np(), so maybe it's actually in use.
No need for every thread to have its own name, right?
(And can I say, wow, is every arch except i386 generous with the
debug output?)
Index: arch/alpha/alpha/interrupt.c
===
RCS file: /cvs/src/sys/arch/alpha/alpha/interrupt.c,v
retri