* src/threads/native/threads.c (threads_calc_absolute_time): Optimize
authoredwin <none@none>
Sun, 14 May 2006 12:15:12 +0000 (12:15 +0000)
committeredwin <none@none>
Sun, 14 May 2006 12:15:12 +0000 (12:15 +0000)
commitdfc02c22c361e7e428ba9e13a7a384edd8fcb09e
treeb0aca99a72394d20823ab1456bbeb3f97c491087
parent79993653190e5f437005bfbc8673c1161eae9fb5
* src/threads/native/threads.c (threads_calc_absolute_time): Optimize
waiting for the maximum 64-bit number of milliseconds to an unbounded
wait. This also avoids an overflow problem we seem to have with timed
waits.
src/threads/native/threads.c