Searched refs:baseCcalls (Results 1 – 3 of 3) sorted by relevance
86 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()
96 L->nCcalls = L->baseCcalls = 0; in preinit_state()208 L->nCcalls = L->baseCcalls = 0; in lua_close()
115 unsigned short baseCcalls; /* nested C calls when resuming coroutine */ member