Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c48 lua_State *co = lua_tothread(L, 1); in luaB_coresume()
66 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
103 lua_State *co = lua_tothread(L, 1); in luaB_costatus()
H A Dlapi.c436 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
/freebsd/contrib/lua/src/
H A Dlcorolib.c22 lua_State *co = lua_tothread(L, 1); in getco()
74 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap()
H A Dltests.c1650 status = lua_resume(lua_tothread(L1, i), L, getnum, &nres); in runC()
1755 lua_State *fs = (f == 0) ? L1 : lua_tothread(L1, f); in runC()
1756 lua_State *ts = (t == 0) ? L1 : lua_tothread(L1, t); in runC()
1762 lua_pushboolean(L1, lua_isyieldable(lua_tothread(L1, getindex))); in runC()
1792 L1 = lua_tothread(L, 1); in testC()
1892 lua_State *co = lua_tothread(L, 1); in coresume()
H A Dldblib.c97 return lua_tothread(L, 1); in getthread()
H A Dlua.h208 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
H A Dlapi.c462 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h176 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable