Home
last modified time | relevance | path

Searched refs:thvalue (Results 1 – 4 of 4) sorted by path

/freebsd/contrib/lua/src/
H A Dlapi.c464 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
H A Dlobject.h266 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlapi.c437 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
448 case LUA_TTHREAD: return thvalue(o); in lua_topointer()
H A Dlobject.h163 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro