From cvs-return-2141-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Sun Sep 16 17:21:10 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 35695 invoked by uid 500); 16 Sep 2001 17:21:10 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 35684 invoked from network); 16 Sep 2001 17:21:09 -0000 Date: 16 Sep 2001 17:15:39 -0000 Message-ID: <20010916171539.64262.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/test testlockperf.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 01/09/16 10:15:39 Modified: test testlockperf.c Log: That fourth test is the rwlock test not the mutex test. Revision Changes Path 1.4 +2 -2 apr/test/testlockperf.c Index: testlockperf.c =================================================================== RCS file: /home/cvs/apr/test/testlockperf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- testlockperf.c 2001/09/16 00:10:50 1.3 +++ testlockperf.c 2001/09/16 17:15:39 1.4 @@ -302,8 +302,8 @@ mutex_counter = 0; - printf("apr_thread_mutex_t Tests\n"); - printf("%-60s", " Initializing the apr_thread_mutex_t"); + printf("apr_thread_rwlock_t Tests\n"); + printf("%-60s", " Initializing the apr_thread_rwlock_t"); s1 = apr_thread_rwlock_create(&thread_rwlock, pool); if (s1 != APR_SUCCESS) { printf("Failed!\n");