Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dlua.h167 LUA_API int (lua_resetthread) (lua_State *L); /* Deprecated! */
H A Dlstate.c358 LUA_API int lua_resetthread (lua_State *L) { in lua_resetthread() function
H A Dltests.c1536 lua_pushinteger(L1, lua_resetthread(L1)); /* deprecated */ in runC()