Searched refs:luaE_newthread (Results 1 – 3 of 3) sorted by relevance
165 LUAI_FUNC lua_State *luaE_newthread (lua_State *L);
119 lua_State *luaE_newthread (lua_State *L) { in luaE_newthread() function
144 L1 = luaE_newthread(L); in lua_newthread()