You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2008/03/11 15:28:46 UTC

[jira] Closed: (HARMONY-3482) [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore

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

Ilya Berezhniuk closed HARMONY-3482.
------------------------------------

    Resolution: Fixed

The unused files were removed in 0010 patch from HARMONY-5504.

> [drlvm][thread] APR extension functions from apr_thread_ext.c are not used anymore
> ----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3482
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3482
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Ilya Berezhniuk
>            Priority: Minor
>         Attachments: apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.diff, apr_thread_ext.sh
>
>
> The following functions are re-implemented as "os_" prefixed functions in hythr module, and are not used anymore:
> apr_thread_set_priority()
> convert_priority()
> apr_thread_yield_other()
> apr_thread_times()
> apr_get_thread_time()
> apr_thread_cancel()
> The only function which is used is apr_memory_rw_barrier().
> I suggest renaming apr_memory_rw_barrier() to os_memory_rw_barrier() and moving it to os_thread.c files. Then apr_thread_ext.c and apr_thread_ext.h files can be removed at all.

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