[project @ 2000-08-25 13:12:07 by simonmar]
authorsimonmar <unknown>
Fri, 25 Aug 2000 13:12:07 +0000 (13:12 +0000)
committersimonmar <unknown>
Fri, 25 Aug 2000 13:12:07 +0000 (13:12 +0000)
Change the way threadDelay# is implemented.

We now use a list of sleeping threads sorted in increasing order by
the time at which they will wake up.  This avoids us having to
traverse the entire queue on each context switch.


No differences found