Home
last modified time | relevance | path

Searched refs:baseCcalls (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c86 L->nCcalls = L->baseCcalls; in resetstack()
427 L->baseCcalls = ++L->nCcalls; in lua_resume()
435 lua_assert(L->nCcalls == L->baseCcalls); in lua_resume()
447 if (L->nCcalls > L->baseCcalls) in lua_yield()
H A Dlstate.c96 L->nCcalls = L->baseCcalls = 0; in preinit_state()
208 L->nCcalls = L->baseCcalls = 0; in lua_close()
H A Dlstate.h115 unsigned short baseCcalls; /* nested C calls when resuming coroutine */ member