Searched refs:lua_tothread (Results 1 – 4 of 4) sorted by relevance
26 lua_State *co = lua_tothread(L, 1); in getco()78 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
101 return lua_tothread(L, 1); in getthread()
216 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
470 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function