Home
last modified time | relevance | path

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

/freebsd-src/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-src/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c130 int ismain = lua_pushthread(L); in luaB_corunning()
H A Dlapi.c591 LUA_API int lua_pushthread (lua_State *L) { in lua_pushthread() function
/freebsd-src/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h216 LUA_API int (lua_pushthread) (lua_State *L); variable