Home
last modified time | relevance | path

Searched defs:_SgenGrayQueue (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-gray.h98 struct _SgenGrayQueue { struct
99 GrayQueueEntry *cursor;
100 GrayQueueSection *first, *last;
101 GrayQueueSection *free_list;
102 mono_mutex_t steal_mutex;
103 gint32 num_sections;
105 GrayQueueEnqueueCheckFunc enqueue_check_func;