To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115619


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.4
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Wed Nov 17 08:31:52 +0000 
2010 -------
Pthreads does not support naming threads, AFAIK.  There may be platform specific
solutions, however (reportedly, prctl(PR_SET_NAME) can be used for this on Linux
2.6); the question, then, is whether all those platform specific solutions can
set a name after the thread is created, i.e., whether an additional
osl_setThreadName is OK or we rather need an enhanced osl_createThread. 
Investigation needed.

Apart from that:
- Not sure returning a sal_Bool (instead of void) from osl_setThreadName is
worth it, given the function will be relevant for debugging purposes only, 
anyway.
- The Windows patch differs slightly from what is suggested at
<http://msdn.microsoft.com/en-us/library/xcb2z8hs.aspx> ("0x406D1388" vs.
"MS_VC_EXCEPTION", "DWORD" vs. "ULONG_PTR").

---------------------------------------------------------------------
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

Reply via email to