Searched defs:lua_newthread (Results 1 – 2 of 2) sorted by relevance
| /redis-3.2.3/deps/lua/src/ | ||
| H A D | lua.h | 112 LUA_API lua_State *(lua_newthread) (lua_State *L); variable |
| H A D | lapi.c | 140 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread() function |