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