Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstate.h399 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
H A Dlstate.c317 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread() function
H A Dlgc.c795 luaE_freethread(L, gco2th(o)); in freeobj()