MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_pushthread

Function lua_pushthread

Source/Misc/lua/src/lua.c:2368–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2366
2367
2368LUA_API int lua_pushthread (lua_State *L) {
2369lua_lock(L);
2370setthvalue(L, L->top, L);
2371api_incr_top(L);
2372lua_unlock(L);
2373return (G(L)->mainthread == L);
2374}
2375
2376
2377

Callers 3

openFunction · 0.85
luaB_setfenvFunction · 0.85
luaB_corunningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected