Home
last modified time | relevance | path

Searched refs:GCSpause (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/lua/src/
Dlgc.c138 lua_assert(g->gcstate != GCSpause); in luaC_barrier_()
1043 case GCSpause: { in singlestep()
1097 g->gcstate = GCSpause; /* finish collection */ in singlestep()
1126 luaC_runtilstate(L, bitmask(GCSpause)); /* run complete (minor) cycle */ in generationalcollection()
1150 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep()
1151 if (g->gcstate == GCSpause) in incstep()
1169 for (i = 0; g->tobefnz && (i < GCFINALIZENUM || g->gcstate == GCSpause); i++) in luaC_forcestep()
1205 luaC_runtilstate(L, bitmask(GCSpause)); in luaC_fullgc()
1206 luaC_runtilstate(L, ~bitmask(GCSpause)); /* start new collection */ in luaC_fullgc()
1207 luaC_runtilstate(L, bitmask(GCSpause)); /* run entire collection */ in luaC_fullgc()
Dlgc.h44 #define GCSpause 5 macro
Dlstate.c300 g->gcstate = GCSpause; in lua_newstate()
Dlapi.c1060 if (g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()
/external/skia/third_party/lua/src/
Dlgc.c138 lua_assert(g->gcstate != GCSpause); in luaC_barrier_()
1036 case GCSpause: { in singlestep()
1090 g->gcstate = GCSpause; /* finish collection */ in singlestep()
1119 luaC_runtilstate(L, bitmask(GCSpause)); /* run complete (minor) cycle */ in generationalcollection()
1143 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep()
1144 if (g->gcstate == GCSpause) in incstep()
1162 for (i = 0; g->tobefnz && (i < GCFINALIZENUM || g->gcstate == GCSpause); i++) in luaC_forcestep()
1198 luaC_runtilstate(L, bitmask(GCSpause)); in luaC_fullgc()
1199 luaC_runtilstate(L, ~bitmask(GCSpause)); /* start new collection */ in luaC_fullgc()
1200 luaC_runtilstate(L, bitmask(GCSpause)); /* run entire collection */ in luaC_fullgc()
Dlgc.h44 #define GCSpause 5 macro
Dlstate.c291 g->gcstate = GCSpause; in lua_newstate()
Dlapi.c1060 if (g->gcstate == GCSpause) /* end of cycle? */ in lua_gc()