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

/external/chromium_org/third_party/skia/third_party/lua/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 101 milliseconds