Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c146 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
H A Dlapi.c1024 case LUA_GCSTOP: { in lua_gc()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.c347 lua_gc(L, LUA_GCSTOP, 0); /* stop collector during initialization */ in pmain()
H A Dlua.h221 #define LUA_GCSTOP 0 macro
H A Dlbaselib.c196 static const int optsnum[] = {LUA_GCSTOP, LUA_GCRESTART, LUA_GCCOLLECT, in luaB_collectgarbage()
H A Dlapi.c905 case LUA_GCSTOP: { in lua_gc()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h281 #define LUA_GCSTOP 0 macro