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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 147 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro
166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th)
lapi.c 439 return (!ttisthread(o)) ? NULL : thvalue(o);
  /external/lua/src/
lobject.h 158 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD)) macro
177 #define thvalue(o) check_exp(ttisthread(o), gco2th(val_(o).gc))
lapi.c 425 return (!ttisthread(o)) ? NULL : thvalue(o);

Completed in 50 milliseconds