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");