Searched refs:thvalue (Results 1 – 3 of 3) sorted by relevance
183 foreach my $thvalue (@tharray) {184 $thoutput .= $thvalue;
166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
439 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()450 case LUA_TTHREAD: return thvalue(o); in lua_topointer()