Commit 56d4fe31 by Loren J. Rittle Committed by Loren J. Rittle

reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>

	reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
	* testsuite/thread/pthread4.cc: Lower nominal iteration counter.

From-SVN: r50709
parent f7145757
2002-03-12 Loren Rittle <ljrittle@acm.org>
reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* testsuite/thread/pthread4.cc: Lower nominal iteration counter.
2002-03-12 Benjamin Kosnik <bkoz@redhat.com> 2002-03-12 Benjamin Kosnik <bkoz@redhat.com>
Per Liboriussen <liborius@stofanet.dk> Per Liboriussen <liborius@stofanet.dk>
......
...@@ -39,7 +39,7 @@ static unsigned max_size = 10; ...@@ -39,7 +39,7 @@ static unsigned max_size = 10;
#if defined(__CYGWIN__) #if defined(__CYGWIN__)
static int iters = 10000; static int iters = 10000;
#else #else
static int iters = 1000000; static int iters = 300000;
#endif #endif
void* void*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment