Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance
110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
122 lu_byte currentwhite; member
274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
989 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()1034 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()