Home
last modified time | relevance | path

Searched refs:singlestep (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.c556 static l_mem singlestep (lua_State *L) { in singlestep() function
617 lim -= singlestep(L); in luaC_step()
651 singlestep(L); in luaC_fullgc()
655 singlestep(L); in luaC_fullgc()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.c1039 static lu_mem singlestep (lua_State *L) { in singlestep() function
1112 singlestep(L); in luaC_runtilstate()
1147 lu_mem work = singlestep(L); /* do some work */ in incstep()