mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Make API consistent
This commit is contained in:
parent
6b8753d020
commit
4b4c7db062
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ void gc_mutator_thread_blocked(gc_thread_data *thd, object cont);
|
|||
void gc_mutator_thread_runnable(gc_thread_data *thd, object result);
|
||||
#define set_thread_blocked(d, c) \
|
||||
gc_mutator_thread_blocked(((gc_thread_data *)d), (r))
|
||||
#define return_runnable(d, r) \
|
||||
#define return_thread_runnable(d, r) \
|
||||
gc_mutator_thread_runnable(((gc_thread_data *)d), (r))
|
||||
gc_heap *gc_get_heap();
|
||||
int gc_minor(void *data, object low_limit, object high_limit, closure cont, object *args, int num_args);
|
||||
|
|
Loading…
Add table
Reference in a new issue