Home
last modified time | relevance | path

Searched refs:LUAI_GCPAUSE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c26 #if !defined(LUAI_GCPAUSE)
27 #define LUAI_GCPAUSE 200 /* 200% */ macro
301 g->gcpause = LUAI_GCPAUSE; in lua_newstate()
/freebsd/contrib/lua/src/
H A Dlgc.h129 #define LUAI_GCPAUSE 200 macro
H A Dlstate.c401 setgcparam(g->gcpause, LUAI_GCPAUSE); in lua_newstate()