Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h166 #define thvalue(o) check_exp(ttisthread(o), &val_(o).gc->th) macro
Dlapi.c439 return (!ttisthread(o)) ? NULL : thvalue(o); in lua_tothread()
450 case LUA_TTHREAD: return thvalue(o); in lua_topointer()