Cyclone Scheme  0.28.0

◆ return_thread_runnable_with_obj

#define return_thread_runnable_with_obj (   d,
  r,
  maybe_copied 
)    gc_mutator_thread_runnable(((gc_thread_data *)d), (r), maybe_copied)

Return from a blocked thread with an object that may have been copied. If the object was copied we need to check and may need to copy it again.