Home
last modified time | relevance | path

Searched refs:lua_pushthread (Results 1 – 4 of 4) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dldblib.c313 lua_pushthread(L); in hookf()
375 lua_pushthread(L1); lua_xmove(L1, L, 1); /* key (thread) */ in db_sethook()
396 lua_pushthread(L1); lua_xmove(L1, L, 1); in db_gethook()
H A Dlcorolib.c149 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlua.h268 LUA_API int (lua_pushthread) (lua_State *L); variable
H A Dlapi.c575 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function