You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Salikh Zakirov (JIRA)" <ji...@apache.org> on 2007/03/20 19:52:32 UTC

[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

     [ https://issues.apache.org/jira/browse/HARMONY-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0002-hythread_cancel-detach-a-cancelled-thread.patch

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.