You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ivan Zhakov via dev <de...@apr.apache.org> on 2022/07/12 09:01:25 UTC

[RFC] Add apr_thread_name_get()/apr_thread_name_set() API

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

Re: [RFC] Add apr_thread_name_get()/apr_thread_name_set() API

Posted by Ivan Zhakov via dev <de...@apr.apache.org>.
On Tue, 12 Jul 2022 at 12:01, Ivan Zhakov <iv...@visualsvn.com> wrote:

> 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
>
> Merged in r1906889.

-- 
Ivan Zhakov