MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_resetthread

Function lua_resetthread

lua/src/lstate.c:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345
346LUA_API int lua_resetthread (lua_State *L) {
347 int status;
348 lua_lock(L);
349 status = luaE_resetthread(L, L->status);
350 lua_unlock(L);
351 return status;
352}
353
354
355LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) {

Callers 2

luaB_auxwrapFunction · 0.85
luaB_closeFunction · 0.85

Calls 1

luaE_resetthreadFunction · 0.85

Tested by

no test coverage detected