Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldblib.c95 if (lua_isthread(L, 1)) { in getthread()
A Dlua.h378 #define lua_isthread(L,n) (lua_type(L, (n)) == LUA_TTHREAD) macro

Completed in 5 milliseconds