HomeSort by: relevance | last modified time | path
    Searched refs:gcstopem (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/lua/dist/src/
lmem.c 59 ** 'gcstopem' is true, because then the interpreter is in the middle of
62 #define cantryagain(g) (completestate(g) && !g->gcstopem)
lstate.h 270 lu_byte gcstopem; /* stops emergency collections */ member in struct:global_State
ldo.c 220 int oldgcstop = G(L)->gcstopem;
223 G(L)->gcstopem = 1; /* stop emergency collection */
226 G(L)->gcstopem = oldgcstop; /* restore emergency collection */
lgc.c 1589 lua_assert(!g->gcstopem); /* collector is not reentrant */
1590 g->gcstopem = 1; /* no emergency collections while collecting */
1633 g->gcstopem = 0; /* ok collections during finalizers */
1644 g->gcstopem = 0;
lstate.c 392 g->gcstopem = 0;

Completed in 56 milliseconds