Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h163 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
/freebsd/contrib/lua/src/
H A Dlobject.h266 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro