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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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 */
lapi.c 1027 case LUA_GCSTOP: {
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 281 #define LUA_GCSTOP 0
  /external/syslinux/com32/lua/src/
lbaselib.c 164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT,
lua.c 464 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */
lua.h 286 #define LUA_GCSTOP 0
lapi.c 1027 case LUA_GCSTOP: {

Completed in 282 milliseconds