Home
last modified time | relevance | path

Searched refs:GCSswpallgc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlgc.h34 #define GCSswpallgc 3 macro
43 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
H A Dlgc.c1262 g->gcstate = GCSswpallgc; in youngcollection()
1293 g->gcstate = GCSswpallgc; in atomic2gen()
1486 g->gcstate = GCSswpallgc; in entersweep()
1610 case GCSswpallgc: { /* sweep "regular" objects */ in singlestep()
H A Dltests.c645 maybedead = (GCSatomic < g->gcstate && g->gcstate <= GCSswpallgc); in lua_checkmemory()
942 GCSpropagate, GCSenteratomic, GCSatomic, GCSswpallgc, GCSswpfinobj, in gc_state()