OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grayagain
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c
159
gco2t(o)->gclist = g->
grayagain
;
160
g->
grayagain
= o;
180
p->gclist = g->
grayagain
;
181
g->
grayagain
= obj2gco(p);
338
g->gray = g->
grayagain
= NULL;
374
linktable(h, &g->
grayagain
); /* no need to clean */
411
linktable(h, &g->
grayagain
); /* no need to clean */
541
th->gclist = g->
grayagain
;
542
g->
grayagain
= o; /* insert into '
grayagain
' list *
577
GCObject *
grayagain
= g->
grayagain
;
local
[
all
...]
lstate.h
132
GCObject *
grayagain
; /* list of objects to be traversed atomically */
member in struct:global_State
Completed in 4462 milliseconds