commit 815552b9ed41df2f20892f6467dd47f91f93aca1 from: rsc date: Thu Jan 06 23:13:56 2005 UTC go back to 1000 scheds commit - bb426e77f62a2f190de7e8d63ceb2e13e17194d4 commit + 815552b9ed41df2f20892f6467dd47f91f93aca1 blob - d8cd16e338b03e048263761cd581bd541f811ad2 blob + 85003c29d2296f7d29ec7f074a7d5477dc130bc0 --- src/libthread/Linux.c +++ 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();