Re: [RFC] Add apr_thread_name_get()/apr_thread_name_set() API
"Ivan Zhakov via dev" <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CABw-3YdiE+_=S8gBjLq0+0fBHL3YXPwAdaMfaUqpDoMtAoPmbw@mail.gmail.com> |
On Tue, 12 Jul 2022 at 12:01, Ivan Zhakov <[email protected]> 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