Searched refs:thvalue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h164 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
H A Dlapi.c436 return (!ttisthread(o)) ? NULL : thvalue(o);
447 case LUA_TTHREAD: return thvalue(o);
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h244 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
H A Dlapi.c440 return (!ttisthread(o)) ? NULL : thvalue(o);

Completed in 169 milliseconds