Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance
94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
260 lu_byte currentwhite; member
363 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
1553 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
Completed in 12 milliseconds