Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 17159 invoked by uid 500); 17 Sep 2001 00:43:35 -0000 Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 17144 invoked by uid 500); 17 Sep 2001 00:43:35 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 17 Sep 2001 00:38:07 -0000 Message-ID: <20010917003807.32500.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/maps apr_functions.map apr_types.map X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 01/09/16 17:38:07 Modified: xs/maps apr_functions.map apr_types.map Log: add new api mappings Revision Changes Path 1.20 +16 -0 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- apr_functions.map 2001/09/15 18:17:31 1.19 +++ apr_functions.map 2001/09/17 00:38:07 1.20 @@ -299,6 +299,22 @@ apr_thread_pool_get apr_thread_yield +-MODULE=APR::ThreadCond + apr_thread_cond_broadcast + apr_thread_cond_create + apr_thread_cond_destroy + apr_thread_cond_signal + apr_thread_cond_wait + +-MODULE=APR::ThreadRWLock + apr_thread_rwlock_create + apr_thread_rwlock_destroy + apr_thread_rwlock_rdlock + apr_thread_rwlock_tryrdlock + apr_thread_rwlock_trywrlock + apr_thread_rwlock_unlock + apr_thread_rwlock_wrlock + -MODULE=APR::ThreadKey apr_threadkey_data_get apr_threadkey_data_set 1.10 +2 -0 modperl-2.0/xs/maps/apr_types.map Index: apr_types.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apr_types.map 2001/09/10 06:42:51 1.9 +++ apr_types.map 2001/09/17 00:38:07 1.10 @@ -106,6 +106,8 @@ struct apr_threadattr_t | UNDEFINED struct apr_thread_mutex_t | UNDEFINED struct apr_thread_once_t | UNDEFINED +struct apr_thread_cond_t | UNDEFINED +struct apr_thread_rwlock_t | UNDEFINED #signal stuff apr_signum_t | UNDEFINED