Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlstate.h166 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
H A Dlstate.c134 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread() function
H A Dlgc.c386 luaE_freethread(L, gco2th(o)); in freeobj()