Skip to content
  • Simon Marlow's avatar
    [project @ 2000-05-08 15:57:01 by simonmar] · 03b0ad10
    Simon Marlow authored
    Detect threads that are blocked on themselves (i.e. black holed), and
    raise NonTermination exceptions.  We only do this when the system is
    deadlocked, so as not to introduce unnecessary overhead in the normal
    case.
    03b0ad10