Home
last modified time | relevance | path

Searched defs:lua_pushthread (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlua.h235 LUA_API int (lua_pushthread) (lua_State *L); variable
Dlapi.c573 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function