MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_close

Function lua_close

freebsd/contrib/openzfs/module/lua/lstate.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315LUA_API void lua_close (lua_State *L) {
316 L = G(L)->mainthread; /* only the main thread can be closed */
317 lua_lock(L);
318 close_state(L);
319}
320/* END CSTYLED */

Callers 1

zcp_evalFunction · 0.50

Calls 1

close_stateFunction · 0.70

Tested by

no test coverage detected