Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcorolib.c83 stat = lua_closethread(co, L); /* close its tbc variables */ in luaB_auxwrap()
179 status = lua_closethread(co, L); in luaB_close()
H A Dlstate.c346 LUA_API int lua_closethread (lua_State *L, lua_State *from) { in lua_closethread() function
360 return lua_closethread(L, NULL); in lua_resetthread()
H A Dlua.h170 LUA_API int (lua_closethread) (lua_State *L, lua_State *from); variable