You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/17 23:48:54 UTC

svn commit: r585717 - /apr/apr-util/trunk/test/testqueue.c

Author: wrowe
Date: Wed Oct 17 14:48:53 2007
New Revision: 585717

URL: http://svn.apache.org/viewvc?rev=585717&view=rev
Log:
Not thread_proc threads, but thread_pool threads

Modified:
    apr/apr-util/trunk/test/testqueue.c

Modified: apr/apr-util/trunk/test/testqueue.c
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/testqueue.c?rev=585717&r1=585716&r2=585717&view=diff
==============================================================================
--- apr/apr-util/trunk/test/testqueue.c (original)
+++ apr/apr-util/trunk/test/testqueue.c Wed Oct 17 14:48:53 2007
@@ -58,9 +58,6 @@
         apr_sleep(sleeprate); /* sleep this long to acheive our rate */
     }
 
-    apr_thread_exit(thd, rv);
-
-    /* not reached */
     return NULL;
 }
 
@@ -88,9 +85,6 @@
         apr_sleep(sleeprate); /* sleep this long to acheive our rate */
     }
 
-    apr_thread_exit(thd, rv);
-
-    /* not reached */
     return NULL;
 }