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

/freebsd-13-stable/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) { function
H A Dlvm.c576 luaC_step(L); \
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.h158 { if (G(L)->GCdebt > 0) { pre; luaC_step(L); pos;}; \
179 LUAI_FUNC void luaC_step (lua_State *L);
H A Dlapi.c1138 luaC_step(L);
H A Dlgc.c1666 void luaC_step (lua_State *L) { function

Completed in 120 milliseconds