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
This commit is contained in:
parent
f714575791
commit
56d4fe31c5
@ -1,3 +1,8 @@
|
|||||||
|
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;
|
|||||||
#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*
|
||||||
|
Loading…
Reference in New Issue
Block a user