HomeSort by relevance Sort by last modified time
    Searched refs:lua_pushthread (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 133 int ismain = lua_pushthread(L);
ldblib.c 263 lua_pushthread(L);
316 lua_pushthread(L1); lua_xmove(L1, L, 1);
334 lua_pushthread(L1); lua_xmove(L1, L, 1);
lua.h 217 LUA_API int (lua_pushthread) (lua_State *L);
lapi.c 593 LUA_API int lua_pushthread (lua_State *L) { function

Completed in 33 milliseconds