Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 55653 invoked from network); 25 Mar 2007 10:39:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2007 10:39:56 -0000 Received: (qmail 16253 invoked by uid 500); 25 Mar 2007 10:40:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15477 invoked by uid 500); 25 Mar 2007 10:40:01 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 15438 invoked by uid 99); 25 Mar 2007 10:40:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2007 03:40:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Mar 2007 03:39:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6739B714057 for ; Sun, 25 Mar 2007 03:39:32 -0700 (PDT) Message-ID: <2503046.1174819172420.JavaMail.jira@brutus> Date: Sun, 25 Mar 2007 03:39:32 -0700 (PDT) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3482) [drlvm][threading] APR extension functions from apr_thread_ext.c are not used anymore In-Reply-To: <27077408.1174643612483.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Berezhniuk updated HARMONY-3482: ------------------------------------- Attachment: apr_thread_ext.diff The patch was updated to apply cleanly after Harmony-3413 changes. > [drlvm][threading] 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 > Assigned To: Gregory Shimansky > Priority: Minor > Attachments: apr_thread_ext.diff, apr_thread_ext.diff > > > 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.