Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c93 resethookcount(L); in preinit_state()
128 resethookcount(L1); in luaE_newthread()
H A Dldebug.c63 resethookcount(L); in lua_sethook()
H A Dlvm.c65 resethookcount(L); in traceexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h19 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
H A Dlstate.c212 resethookcount(L); in preinit_state()
246 resethookcount(L1); in lua_newthread()
H A Dldebug.c68 resethookcount(L); in lua_sethook()
H A Dlvm.c64 resethookcount(L); /* reset count */ in traceexec()