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

/netbsd-current/external/mit/lua/dist/src/
H A Dlgc.h45 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
56 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
H A Dlgc.c464 if (g->gcstate == GCSatomic && hasclears)
514 if (g->gcstate == GCSpropagate)
633 if (isold(th) || g->gcstate == GCSpropagate)
637 lua_assert(g->gcstate == GCSatomic ||
643 if (g->gcstate == GCSatomic) { /* final traversal? */
1241 g->gcstate = GCSpropagate; /* skip restart */
1255 lua_assert(g->gcstate == GCSpropagate);
1265 g->gcstate = GCSswpallgc;
1296 g->gcstate = GCSswpallgc;
1352 g->gcstate
[all...]
H A Dlstate.h268 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
H A Dlstate.c390 g->gcstate = GCSpause;
H A Dlapi.c1189 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */

Completed in 150 milliseconds