From 6a2ed8ff232b452257b3d7699a451550e29da8e2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 22 Dec 2015 22:41:25 -0500 Subject: [PATCH] Updated header file --- include/cyclone/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cyclone/types.h b/include/cyclone/types.h index 467670f1..64d0f9a1 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -441,8 +441,8 @@ void gc_handshake(gc_status_type s); void gc_post_handshake(gc_status_type s); void gc_wait_handshake(); void gc_start_collector(); -void gc_set_thread_blocked(gc_thread_data *thd, object cont); -void gc_set_thread_runnable(gc_thread_data *thd); +void gc_mutator_thread_blocked(gc_thread_data *thd, object cont); +void gc_mutator_thread_runnable(gc_thread_data *thd, object result); gc_heap *gc_get_heap(); int gc_minor(void *data, object low_limit, object high_limit, closure cont, object *args, int num_args);