HomeSort by relevance Sort by last modified time
    Searched refs:thvalue (Results 1 - 5 of 5) sorted by null

  /external/curl/scripts/
updatemanpages.pl 183 foreach my $thvalue (@tharray) {
184 $thoutput .= $thvalue;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
lapi.c 439 return (!ttisthread(o)) ? NULL : thvalue(o);
450 case LUA_TTHREAD: return thvalue(o);
  /external/syslinux/com32/lua/src/
lobject.h 166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
lapi.c 439 return (!ttisthread(o)) ? NULL : thvalue(o);
450 case LUA_TTHREAD: return thvalue(o);

Completed in 385 milliseconds