Searched refs:GCSpropagate (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lgc.h | 39 #define GCSpropagate 0 macro 69 check_exp(g->gcstate == GCSpropagate || !isgenerational(g), \
|
H A D | lgc.c | 955 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_changemode() 1046 g->gcstate = GCSpropagate; in singlestep() 1049 case GCSpropagate: { in singlestep() 1117 lua_assert(g->gcstate == GCSpropagate); in generationalcollection() 1125 g->gcstate = GCSpropagate; /* skip restart */ in generationalcollection() 1133 lua_assert(g->gcstate == GCSpropagate); in generationalcollection() 1208 luaC_runtilstate(L, bitmask(GCSpropagate)); in luaC_fullgc()
|
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 511 if (g->gcstate == GCSpropagate) in traverseephemeron() 630 if (isold(th) || g->gcstate == GCSpropagate) in traversethread() 1238 g->gcstate = GCSpropagate; /* skip restart */ in finishgencycle() 1252 lua_assert(g->gcstate == GCSpropagate); in youngcollection() 1330 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in entergen() 1405 luaC_runtilstate(L, bitmask(GCSpropagate)); /* start new cycle */ in stepgenfull() 1591 g->gcstate = GCSpropagate; in singlestep() 1595 case GCSpropagate: { in singlestep()
|
H A D | lgc.h | 31 #define GCSpropagate 0 macro
|
H A D | ltests.c | 942 GCSpropagate, GCSenteratomic, GCSatomic, GCSswpallgc, GCSswpfinobj, in gc_state()
|