Home
last modified time | relevance | path

Searched refs:lua_tothread (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlbaselib.c511 lua_State *co = lua_tothread(L, 1); in luaB_costatus()
544 lua_State *co = lua_tothread(L, 1); in luaB_coresume()
562 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
H A Dlua.h153 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
H A Dldblib.c79 return lua_tothread(L, 1); in getthread()
H A Dlapi.c395 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function