Home
last modified time | relevance | path

Searched refs:GCSTPGC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlgc.h156 #define GCSTPGC 2 /* bit true when GC stopped by itself */ macro
H A Dlstate.c381 g->gcstp = GCSTPGC; /* no GC while building state */ in lua_newstate()
H A Dlgc.c916 g->gcstp |= GCSTPGC; /* avoid GC steps */ in GCTM()
H A Dlapi.c1137 if (g->gcstp & GCSTPGC) /* internal stop? */ in lua_gc()