mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 02:49:03 +08:00
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>
|
||||
Per Liboriussen <liborius@stofanet.dk>
|
||||
|
||||
|
@ -39,7 +39,7 @@ static unsigned max_size = 10;
|
||||
#if defined(__CYGWIN__)
|
||||
static int iters = 10000;
|
||||
#else
|
||||
static int iters = 1000000;
|
||||
static int iters = 300000;
|
||||
#endif
|
||||
|
||||
void*
|
||||
|
Loading…
Reference in New Issue
Block a user