Home
last modified time | relevance | path

Searched defs:gcrunning (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlgc.h158 #define gcrunning(g) ((g)->gcstp == 0) macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.h125 lu_byte gcrunning; /* true if GC is running */ member