Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H A Dldblib.c326 lua_pushthread(L); in hookf()
386 lua_pushthread(L1); lua_xmove(L1, L, 1); /* key (thread) */ in db_sethook()
409 lua_pushthread(L1); lua_xmove(L1, L, 1); in db_gethook()
H A Dlcorolib.c161 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlua.h244 LUA_API int (lua_pushthread) (lua_State *L); variable
H A Dlapi.c600 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c131 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlapi.c590 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h217 LUA_API int (lua_pushthread) (lua_State *L); variable