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
---
winsup/cygwin/exceptions.cc | 4 ++--
winsup/cygwin/fhandler_tty.cc | 2 +-
winsup/cygwin/strace.cc | 2 +-
winsup/cygwin/thread.cc | 17 +
winsup/cygwin/thread.h| 3 +++
5 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/winsup/cygwin/exc
On Jan 22 09:50, Corinna Vinschen wrote:
> On Jan 21 23:51, Yaakov Selkowitz wrote:
> > These were added in commit 8128f5482f2b1889e2336488e9d45a33c9972d11 but
> > without their public declarations.
> >
> > Signed-off-by: Yaakov Selkowitz
> > ---
> > winsup/cygwin/include/pthread.h | 4
> >
On Jan 21 23:51, Yaakov Selkowitz wrote:
> These were added in commit 8128f5482f2b1889e2336488e9d45a33c9972d11 but
> without their public declarations.
>
> Signed-off-by: Yaakov Selkowitz
> ---
> winsup/cygwin/include/pthread.h | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/winsup