Searched refs:lua_tothread (Results 1 – 4 of 4) sorted by relevance
22 lua_State *co = lua_tothread(L, 1); in getco()74 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
97 return lua_tothread(L, 1); in getthread()
197 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
456 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
Completed in 10 milliseconds