Home
last modified time | relevance | path

Searched refs:luaC_step (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h125 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
145 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlgc.c1176 void luaC_step (lua_State *L) { in luaC_step() function
H A Dlvm.c576 luaC_step(L); \
/freebsd/contrib/lua/src/
H A Dlgc.h168 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \
190 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlgc.c1690 void luaC_step (lua_State *L) { in luaC_step() function
H A Dlapi.c1171 luaC_step(L); in lua_gc()