Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h165 LUAI_FUNC lua_State *luaE_newthread (lua_State *L);
H A Dlstate.c119 lua_State *luaE_newthread (lua_State *L) { in luaE_newthread() function
H A Dlapi.c144 L1 = luaE_newthread(L); in lua_newthread()