Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance
96 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)104 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
267 lu_byte currentwhite; member
373 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
1563 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()