Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlcorolib.c96 NL = lua_newthread(L); in luaB_cocreate()
H A Dlstate.c251 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() function
H A Dlua.h161 LUA_API lua_State *(lua_newthread) (lua_State *L); variable