Re: [PATCH] Define internal function mythreadname() -- revised

2018-01-24 Thread Corinna Vinschen
On Jan 24 00:34, Mark Geisert wrote: > This new function returns the name of the calling thread; works for both > cygthreads and pthreads. All calls to cygthread::name(/*void*/) replaced > by calls to mythreadname(/*void*/). Pushed. Thanks, Corinna -- Corinna Vinschen Plea

[PATCH] Define internal function mythreadname() -- revised

2018-01-24 Thread Mark Geisert
This new function returns the name of the calling thread; works for both cygthreads and pthreads. All calls to cygthread::name(/*void*/) replaced by calls to mythreadname(/*void*/). --- winsup/cygwin/exceptions.cc | 4 ++-- winsup/cygwin/fhandler_tty.cc | 2 +- winsup/cygwin/strace.cc