diff options
-rw-r--r-- | src/libthread/Linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/Linux.c b/src/libthread/Linux.c index d8cd16e3..85003c29 100644 --- a/src/libthread/Linux.c +++ b/src/libthread/Linux.c @@ -43,7 +43,7 @@ if(first) {first=0; fmtinstall('T', timefmt);} return 0; /* a thousand times pretty fast */ - for(i=0; i<10*1000; i++){ + for(i=0; i<1000; i++){ if(!_tas(&l->held)) return 1; sched_yield(); |