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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT,
lua.c 457 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */
lua.h 281 #define LUA_GCSTOP 0
lapi.c 1027 case LUA_GCSTOP: {

Completed in 188 milliseconds