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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 32 if (status == LUA_OK || status == LUA_YIELD) {
100 return lua_yield(L, lua_gettop(L));
110 case LUA_YIELD:
lua.h 46 #define LUA_YIELD 1
273 #define lua_yield(L,n) lua_yieldk(L, (n), 0, NULL) macro

Completed in 35 milliseconds