reduce some ridiculously large spin counts
authorRich Felker <dalias@aerifal.cx>
Sat, 7 May 2011 01:45:48 +0000 (21:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 7 May 2011 01:45:48 +0000 (21:45 -0400)
commit77f15d108ee021d4dfbeebe793661131c4470d4d
treeff6592cd0a1cc22fb94a16a39e9df02fc8d73e17
parent9dd6399c95ed3ebc62492f6dedc569b5f0d8bb8e
reduce some ridiculously large spin counts

these should be tweaked according to testing. offhand i know 1000 is
too low and 5000 is likely to be sufficiently high. consider trying to
add futexes to file locking, too...
src/stdio/__lockfile.c
src/thread/__wait.c