Searched refs:setthvalue (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 168 setthvalue(L, &mt, L); in init_registry() 239 setthvalue(L, L->top, L1); in lua_newthread()
|
H A D | lobject.h | 213 #define setthvalue(L,obj,x) \ macro
|
H A D | lapi.c | 593 setthvalue(L, L->top, L); in lua_pushthread()
|
/freebsd/contrib/lua/src/ |
H A D | lobject.h | 268 #define setthvalue(L,obj,x) \ macro 273 #define setthvalue2s(L,o,t) setthvalue(L,s2v(o),t)
|
H A D | lstate.c | 222 setthvalue(L, ®istry->array[LUA_RIDX_MAINTHREAD - 1], L); in init_registry()
|
H A D | lapi.c | 626 setthvalue(L, s2v(L->top.p), L); in lua_pushthread()
|