Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcorolib.c49 lua_State *co = lua_tothread(L, 1); in luaB_coresume()
67 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
104 lua_State *co = lua_tothread(L, 1); in luaB_costatus()
H A Dlua.h175 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
H A Dlapi.c436 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
/freebsd-12.1/contrib/lua/src/
H A Dlcorolib.c22 lua_State *co = lua_tothread(L, 1); in getco()
75 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
H A Dldblib.c93 return lua_tothread(L, 1); in getthread()
H A Dlua.h188 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
H A Dlapi.c423 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function