mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Added comments
This commit is contained in:
parent
6f1b63802e
commit
3bbf64d440
1 changed files with 3 additions and 0 deletions
3
gc.c
3
gc.c
|
@ -1248,6 +1248,9 @@ void gc_thread_data_free(gc_thread_data *thd)
|
|||
/**
|
||||
* Called explicitly from a mutator thread to let the collector know
|
||||
* it (may) block for an unknown period of time.
|
||||
*
|
||||
* The current continuation is required so that we can trace over it
|
||||
* in case the collector has to cooperate for the mutator.
|
||||
*/
|
||||
void gc_mutator_thread_blocked(gc_thread_data *thd, object cont)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue