Searched refs:GCSTPUSR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ | ||
H A D | lgc.h | 155 #define GCSTPUSR 1 /* bit true when GC stopped by user */ macro |
H A D | lapi.c | 1143 g->gcstp = GCSTPUSR; /* stopped by the user */ in lua_gc() |