Cyclone Scheme  0.28.0

◆ gc_is_mutator_active()

int gc_is_mutator_active ( gc_thread_data thd)

Determine if the given mutator is in the list of active threads.

Parameters
thdThread data object of the m
Returns
A true value if the mutator is active, 0 otherwise.