HomeSort by: relevance | last modified time | path
    Searched refs:gcstate (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/lua/dist/src/
lgc.h 45 (GCSswpallgc <= (g)->gcstate && (g)->gcstate <= GCSswpend)
56 #define keepinvariant(g) ((g)->gcstate <= GCSatomic)
lgc.c 464 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 = GCSpause
    [all...]
lstate.h 268 lu_byte gcstate; /* state of garbage collector */ member in struct:global_State
lstate.c 390 g->gcstate = GCSpause;
lapi.c 1189 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */

Completed in 19 milliseconds