brianp 2003/09/13 19:53:50
Modified: test testatomic.c
Log:
run more loop iterations to better check for race conditions
Revision Changes Path
1.26 +1 -1 apr/test/testatomic.c
Index: testatomic.c
===================================================================
RCS file: /home/cvs/apr/test/testatomic.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- testatomic.c 14 Sep 2003 01:47:36 -0000 1.25
+++ testatomic.c 14 Sep 2003 02:53:50 -0000 1.26
@@ -204,7 +204,7 @@
apr_status_t exit_ret_val = 123; /* just some made up number to check on
later */
#define NUM_THREADS 50
-#define NUM_ITERATIONS 20000
+#define NUM_ITERATIONS 200000
void * APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data)
{
int i;