I have implemented new apr_thread_name_get()/apr_thread_name_set() API in branch 'thread-name': https://svn.apache.org/repos/asf/apr/apr/branches/thread-name/
Implementation is based on patch in issue 60587 [1]. Currently it supports the posix platform that supports pthread_setname_np and pthread_getname_np(). It also supports Windows 10, version 1607 or later. I think the branch is ready to be merged into the trunk. Thoughts? [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=60587 -- Ivan Zhakov