Searched refs:lua_tothread (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlcorolib.c50 lua_State *co = lua_tothread(L, 1);
68 lua_State *co = lua_tothread(L, lua_upvalueindex(1));
105 lua_State *co = lua_tothread(L, 1);
H A Dldblib.c92 return lua_tothread(L, 1);
H A Dlua.h176 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx);
H A Dlapi.c437 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { function

Completed in 78 milliseconds