Searched refs:lua_tothread (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 48 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 D | lapi.c | 434 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 511 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 D | lua.h | 153 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
|
| H A D | ldblib.c | 79 return lua_tothread(L, 1); in getthread()
|
| H A D | lapi.c | 395 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 176 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable
|