Searched refs:thvalue (Results 1 – 4 of 4) sorted by relevance
177 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
425 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()436 case LUA_TTHREAD: return thvalue(o); in lua_topointer()
165 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
438 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()449 case LUA_TTHREAD: return thvalue(o); in lua_topointer()