Searched refs:thvalue (Results 1 – 4 of 4) sorted by relevance
163 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
437 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()448 case LUA_TTHREAD: return thvalue(o); in lua_topointer()
266 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
464 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()