Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldblib.c327 lua_pushthread(L); in hookf()
387 lua_pushthread(L1); lua_xmove(L1, L, 1); /* key (thread) */ in db_sethook()
410 lua_pushthread(L1); lua_xmove(L1, L, 1); in db_gethook()
H A Dlcorolib.c164 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlua.h255 LUA_API int (lua_pushthread) (lua_State *L); variable
H A Dlapi.c624 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c131 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlapi.c592 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h217 LUA_API int (lua_pushthread) (lua_State *L); variable