Searched refs:currentwhite (Results 1 – 8 of 8) sorted by relevance
69 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)77 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
72 lu_byte currentwhite; member
153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
486 g->currentwhite = WHITEBITS | bitmask(SFIXEDBIT); /* mask to collect all elements */ in luaC_freeall()548 g->currentwhite = cast_byte(otherwhite(g)); in atomic()
111 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)120 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
123 lu_byte currentwhite; member
274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
988 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()1033 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()