Searched refs:lua_sethook (Results  1 – 7 of 7) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ | 
| D | main.c | 13   lua_sethook(L, NULL, 0, 0);  in interrupt() 20   lua_sethook(L, interrupt, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1);  in sighandler()
  | 
| /external/oss-fuzz/projects/lua/ | 
| D | fuzz_lua.c | 55   lua_sethook(L, NULL, 0, 0);  /* reset hook */  in lstop() 69   lua_sethook(globalL, lstop, flag, 1);  in laction()
  | 
| /external/bcc/src/lua/src/ | 
| D | main.c | 41   lua_sethook(L, NULL, 0, 0);  in lstop() 47   lua_sethook(globalL, lstop, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1);  in laction()
  | 
| /external/lua/src/ | 
| D | lua.c | 45   lua_sethook(L, NULL, 0, 0);  /* reset hook */  in lstop() 59   lua_sethook(globalL, lstop, flag, 1);  in laction()
  | 
| D | ldblib.c | 381   lua_sethook(L1, func, mask, count);  in db_sethook()
  | 
| D | lua.h | 462 LUA_API void (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);  variable
  | 
| D | ldebug.c | 135 LUA_API void lua_sethook (lua_State *L, lua_Hook func, int mask, int count) {  in lua_sethook()  function
  |