Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance
94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)101 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
147 lu_byte currentwhite; member
305 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
973 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()1023 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()