Home
last modified time | relevance | path

Searched refs:issweepphase (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h47 #define issweepphase(g) \ macro
H A Dlgc.c141 lua_assert(issweepphase(g)); in luaC_barrier_()
198 lua_assert(issweepphase(g)); in luaC_checkupvalcolor()
881 lua_assert(issweepphase(g)); in luaC_checkfinalizer()
/freebsd/contrib/lua/src/
H A Dlgc.h42 #define issweepphase(g) \ macro
H A Dlgc.c219 lua_assert(issweepphase(g)); in luaC_barrier_()
891 if (issweepphase(g)) in udata2finalize()
1025 if (issweepphase(g)) { in luaC_checkfinalizer()
H A Dltests.c298 if (issweepphase(g)) in testobjref1()
636 assert(g->sweepgc == NULL || issweepphase(g)); in lua_checkmemory()