Searched refs:GCSTPGC (Results 1 – 4 of 4) sorted by relevance
156 #define GCSTPGC 2 /* bit true when GC stopped by itself */ macro
381 g->gcstp = GCSTPGC; /* no GC while building state */ in lua_newstate()
916 g->gcstp |= GCSTPGC; /* avoid GC steps */ in GCTM()
1137 if (g->gcstp & GCSTPGC) /* internal stop? */ in lua_gc()