Home
last modified time | relevance | path

Searched refs:SEPARATED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h91 #define SEPARATED 4 /* object is in 'finobj' list or in 'tobefnz' */ macro
H A Dlgc.c793 resetbit(gch(o)->marked, SEPARATED); /* mark that it is not in 'tobefnz' */ in udata2finalize()
853 lua_assert(testbit(gch(curr)->marked, SEPARATED)); in separatetobefnz()
873 if (testbit(gch(o)->marked, SEPARATED) || /* obj. is already separated... */ in luaC_checkfinalizer()
889 l_setbit(ho->marked, SEPARATED); /* mark it as such */ in luaC_checkfinalizer()