Home
last modified time | relevance | path

Searched refs:thvalue (Results 1 – 3 of 3) sorted by relevance

/external/curl/scripts/
Dupdatemanpages.pl183 foreach my $thvalue (@tharray) {
184 $thoutput .= $thvalue;
/external/lua/src/
Dlobject.h242 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc)) macro
Dlapi.c440 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()