Cyclone Scheme  0.28.0

◆ gc_mutator_thread_blocked()

void gc_mutator_thread_blocked ( gc_thread_data thd,
object  cont 
)

Called explicitly from a mutator thread to let the collector know it (may) block for an unknown period of time.

Parameters
thdMutator's thread data
contThe mutator's current continuation. This is required so that we can trace over this object in case the collector has to cooperate for the mutator.