Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua.h112 LUA_API lua_State *(lua_newthread) (lua_State *L); variable
H A Dlbaselib.c577 lua_State *NL = lua_newthread(L); in luaB_cocreate()
H A Dlapi.c140 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() function