Searched refs:lua_isthread (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldblib.c90 if (lua_isthread(L, 1)) {
H A Dlua.h336 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro
/external/syslinux/com32/lua/src/
H A Dldblib.c90 if (lua_isthread(L, 1)) {
H A Dlua.h341 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro

Completed in 86 milliseconds