Searched defs:gcrunning (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ | ||
H A D | lgc.h | 158 #define gcrunning(g) ((g)->gcstp == 0) macro |
/freebsd/sys/contrib/openzfs/module/lua/ | ||
H A D | lstate.h | 125 lu_byte gcrunning; /* true if GC is running */ member |