Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
Dlstate.c215 resethookcount(L); in preinit_state()
248 resethookcount(L1); in lua_newthread()
Dldebug.c62 resethookcount(L); in lua_sethook()
Dlvm.c65 resethookcount(L); /* reset count */ in traceexec()