Skip to content
  • Simon Marlow's avatar
    [project @ 2005-10-12 12:53:15 by simonmar] · 9e10d632
    Simon Marlow authored
    When blocking on a BLACKHOLE, we must wait until we have finished
    manipulating the current thread's stack before we release sched_mutex,
    otherwise another thread can pick up the thread from the
    blackhole_queue and start running it.
    9e10d632