OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcstp
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
lgc.h
160
#define gcrunning(g) ((g)->
gcstp
== 0)
lstate.h
273
lu_byte
gcstp
; /* control whether GC is running */
member in struct:global_State
lapi.c
1147
if (g->
gcstp
& GCSTPGC) /* internal stop? */
1153
g->
gcstp
= GCSTPUSR; /* stopped by the user */
1158
g->
gcstp
= 0; /* (GCSTPGC must be already zero here) */
1177
lu_byte oldstp = g->
gcstp
;
1178
g->
gcstp
= 0; /* allow GC to run (GCSTPGC must be zero here) */
1188
g->
gcstp
= oldstp; /* restore previous state */
lstate.c
243
g->
gcstp
= 0; /* allow gc */
385
g->
gcstp
= GCSTPGC; /* no GC while building state */
lgc.c
918
int oldgcstp = g->
gcstp
;
919
g->
gcstp
|= GCSTPGC; /* avoid GC steps */
927
g->
gcstp
= oldgcstp; /* restore state */
1024
(g->
gcstp
& GCSTPCLS)) /* or closing state? */
1514
g->
gcstp
= GCSTPCLS; /* no extra finalizers after here */
Completed in 23 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026