To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=115619 Issue #|115619 Summary|introduce osl_setThreadName Component|porting Version|OOo 3.3 RC4 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|sb Reported by|fs
------- Additional comments from f...@openoffice.org Tue Nov 16 22:33:03 +0000 2010 ------- For debugging purpose, it would sometimes be useful if all the dozens of threads running in an ordinary OOo process would be distinguishable, to a higher degree than they are currently. For this, given a thread a name would be pretty handy - client code which starts a thread for a given purpose could express this purpose in the thread's name. I know that Windows supports naming threads, I don't know about other platforms. The to-be-attached patch introduces a osl_setThreadName function, returning a sal_Bool for success, implemented for Win32 at the moment, not implemented (i.e. returning sal_False) for the other platforms. I am well aware that this is a debug-only feature, nonetheless I think it could be justified to add this function to sal's official API. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org For additional commands, e-mail: issues-h...@porting.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org