Home
last modified time | relevance | path

Searched refs:lua_resetthread (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlcorolib.c79 lua_resetthread(co); /* close its tbc variables */ in luaB_auxwrap()
172 status = lua_resetthread(co); in luaB_close()
H A Dlstate.c327 int lua_resetthread (lua_State *L) { in lua_resetthread() function
H A Dlua.h156 LUA_API int (lua_resetthread) (lua_State *L); variable