Home
last modified time | relevance | path

Searched refs:setthvalue (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlstate.c191 setthvalue(L, &temp, L); /* temp = L */ in init_registry()
268 setthvalue(L, L->top, L1); in lua_newthread()
Dlobject.h235 #define setthvalue(L,obj,x) \ macro
Dlapi.c575 setthvalue(L, L->top, L); in lua_pushthread()