Searched refs:during_gc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c237 int during_gc; member in struct:rb_objspace::__anon12171
282 #define during_gc objspace->flags.during_gc macro
450 during_gc = 0;
457 during_gc = 0;
491 during_gc = 0;
497 during_gc = 0;
640 if (UNLIKELY(during_gc)) {
642 during_gc = 0;
648 during_gc
[all...]
H A Dthread.c3762 if (vm->during_gc) {

Completed in 77 milliseconds