Home
last modified time | relevance | path

Searched refs:LUA_GCSTOP (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c164 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
Dlua.c457 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */ in pmain()
Dlapi.c1027 case LUA_GCSTOP: { in lua_gc()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h281 #define LUA_GCSTOP 0 macro