]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Set child thread names via pthread_setname_np()
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 30 Mar 2021 17:22:43 +0000 (13:22 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 30 Mar 2021 17:22:43 +0000 (13:22 -0400)
commit69fc2b3a5cbbe6222cfe84e2e76b8b4b9195a4b3
treeb05bf9a8757b116342f46e670ffd28e0476c3d58
parenta51f2783716054ec2f6e501737f3f5058f7dbd80
debuginfod: Set child thread names via pthread_setname_np()

In order to assist problem diagnosis / monitoring, use this
gnu-flavoured pthread function to set purpose names to the various
child threads debuginfod starts.  libmicrohttpd already sets this for
its threads.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
ChangeLog
configure.ac
debuginfod/ChangeLog
debuginfod/debuginfod.cxx
tests/ChangeLog
tests/run-debuginfod-find.sh