Home
last modified time | relevance | path

Searched refs:gcstate (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c505 if (g->gcstate == GCSpropagate) in traverseephemeron()
1237 g->gcstate = GCSswpallgc; in youngcollection()
1268 g->gcstate = GCSswpallgc; in atomic2gen()
1314 g->gcstate = GCSpause; in enterinc()
1480 g->gcstate = GCSswpallgc; in entersweep()
1524 g->gcstate = GCSatomic; in atomic()
1569 g->gcstate = nextstate; in sweepstep()
1581 switch (g->gcstate) { in singlestep()
1584 g->gcstate = GCSpropagate; in singlestep()
1617 g->gcstate = GCScallfin; in singlestep()
[all …]
A Dlgc.h43 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
54 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
A Dlstate.h261 lu_byte gcstate; /* state of garbage collector */ member
A Dlstate.c380 g->gcstate = GCSpause; in lua_newstate()
A Dlapi.c1171 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()

Completed in 13 milliseconds