Searched refs:GCSpause (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 137 lua_assert(g->gcstate != GCSpause); in luaC_barrier_() 1042 case GCSpause: { in singlestep() 1096 g->gcstate = GCSpause; /* finish collection */ in singlestep() 1125 luaC_runtilstate(L, bitmask(GCSpause)); /* run complete (minor) cycle */ in generationalcollection() 1149 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep() 1150 if (g->gcstate == GCSpause) in incstep() 1168 for (i = 0; g->tobefnz && (i < GCFINALIZENUM || g->gcstate == GCSpause); i++) in luaC_forcestep() 1204 luaC_runtilstate(L, bitmask(GCSpause)); in luaC_fullgc() 1205 luaC_runtilstate(L, ~bitmask(GCSpause)); /* start new collection */ in luaC_fullgc() 1206 luaC_runtilstate(L, bitmask(GCSpause)); /* run entire collection */ in luaC_fullgc()
|
| H A D | lgc.h | 45 #define GCSpause 5 macro
|
| H A D | lstate.c | 293 g->gcstate = GCSpause; in lua_newstate()
|
| H A D | lapi.c | 1059 if (g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()
|
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 1331 luaC_runtilstate(L, bitmask(GCSpause)); /* prepare to start a new cycle */ in entergen() 1351 g->gcstate = GCSpause; in enterinc() 1416 luaC_runtilstate(L, bitmask(GCSpause)); /* finish collection */ in stepgenfull() 1591 case GCSpause: { in singlestep() 1636 g->gcstate = GCSpause; /* finish collection */ in singlestep() 1676 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep() 1677 if (g->gcstate == GCSpause) in incstep() 1714 luaC_runtilstate(L, bitmask(GCSpause)); in fullinc() 1720 luaC_runtilstate(L, bitmask(GCSpause)); /* finish collection */ in fullinc()
|
| H A D | lgc.h | 39 #define GCSpause 8 macro
|
| H A D | lstate.c | 389 g->gcstate = GCSpause; in lua_newstate()
|
| H A D | ltests.c | 517 assert(g->gcstate != GCSpause || iswhite(o)); in checkobject() 943 GCSswptobefnz, GCSswpend, GCScallfin, GCSpause, -1}; in gc_state() 955 luaC_runtilstate(L, bitmask(GCSpause)); /* run until pause */ in gc_state()
|
| H A D | lapi.c | 1179 if (debt > 0 && g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()
|