Re: Added switch_thread_getname and switch_thread_setname
"Ivan Zhakov via dev" <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CABw-3YeUh85dBwY+hMv-mhPd1CAzfF3pZ_d6mKSJZrxTt+VnZQ@mail.gmail.com> |
On Sun, 15 Jan 2017 at 18:43, Sergey Safarov <[email protected]> wrote: > Hello > For process monitoring and troubleshooting i prefer have individual name > for each thread. > I submitted pull request with added unix implementation of > apr_thread_setname and apr_thread_getname. > > Could you please review this pull request and add for windows and other > operation systems implementation of this pull request. > Pull request in located at: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=60587 > https://github.com/apache/apr/pull/4/files > > Sergey > The r1906889 <https://svn.apache.org/viewvc?view=rev&rev=1906889> implements apr_thread_name_set() and apr_thread_name_get() for Linux and Windows. -- Ivan Zhakov