#include <collector.h>
Public Attributes | |
int | active_mutator_num |
mutex_t | collector_lock |
ms_entry * | collector_sp |
ms_entry * | collector_stack |
ms_entry * | collector_stacklimit |
int | gc_cmp_cnt |
int | gc_counter |
int | gc_net_free |
int | gc_phase |
int | gc_point_sync |
volatile int | gc_region_sync |
mutex_t | gc_state_lock |
int | gc_wakeup_cnt |
cond_t | gc_wakeup_cv |
int | mut_stat_phase |
volatile int | ri_core_phase |
cond_t | ri_end_cv |
Definition at line 201 of file collector.h.
int _gc_data::active_mutator_num |
Definition at line 206 of file collector.h.
mutex_t _gc_data::collector_lock |
Definition at line 217 of file collector.h.
ms_entry* _gc_data::collector_sp |
Definition at line 203 of file collector.h.
ms_entry* _gc_data::collector_stack |
Definition at line 202 of file collector.h.
ms_entry* _gc_data::collector_stacklimit |
Definition at line 204 of file collector.h.
int _gc_data::gc_cmp_cnt |
Definition at line 221 of file collector.h.
int _gc_data::gc_counter |
Definition at line 207 of file collector.h.
int _gc_data::gc_net_free |
Definition at line 222 of file collector.h.
int _gc_data::gc_phase |
Definition at line 205 of file collector.h.
int _gc_data::gc_point_sync |
Definition at line 208 of file collector.h.
volatile int _gc_data::gc_region_sync |
Definition at line 209 of file collector.h.
mutex_t _gc_data::gc_state_lock |
Definition at line 216 of file collector.h.
int _gc_data::gc_wakeup_cnt |
Definition at line 220 of file collector.h.
cond_t _gc_data::gc_wakeup_cv |
Definition at line 219 of file collector.h.
int _gc_data::mut_stat_phase |
Definition at line 211 of file collector.h.
volatile int _gc_data::ri_core_phase |
Definition at line 210 of file collector.h.
cond_t _gc_data::ri_end_cv |
Definition at line 218 of file collector.h.