Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c90 if (lua_isthread(L, 1)) { in getthread()
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h336 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro