You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Rebriy (JIRA)" <ji...@apache.org> on 2007/10/05 14:54:50 UTC

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

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

Pavel Rebriy commented on HARMONY-3451:
---------------------------------------

The issue was incorporated to HARMONY-4608.

> [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
>            Assignee: weldon washburn
>         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, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.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.