Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/lua/lib/contrib/doc/
A Dmanual.css11 color: gray ;
A Dlua.css93 color: gray ;
/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c318 linkobjgclist(o, g->gray); /* to be visited later */ in reallymarkobject()
389 g->gray = g->grayagain = NULL; in cleargraylists()
653 GCObject *o = g->gray; in propagatemark()
655 g->gray = *getgclist(o); /* remove from 'gray' list */ in propagatemark()
670 while (g->gray) in propagateall()
1533 g->gray = grayagain; in atomic()
1554 lua_assert(g->gray == NULL); in atomic()
1589 if (g->gray == NULL) { /* no more gray objects? */ in singlestep()
A Dlstate.h274 GCObject *gray; /* list of gray objects */ member
A Dlstate.c388 g->gray = g->grayagain = NULL; in lua_newstate()

Completed in 10 milliseconds