Searched refs:lua_tothread (Results 1 – 3 of 3) sorted by relevance
49 lua_State *co = lua_tothread(L, 1); in luaB_coresume()67 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()104 lua_State *co = lua_tothread(L, 1); in luaB_costatus()
175 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
436 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function