Chris Robinson 29cf7ebb75 Make an inverted atomic flag type and use it
The inverted atomic flag replaces test_and_set+clear with test_and_clear+set,
essentially inverting the flag status. This makes more logical sense for
flagging dirty state, which is less confusing than flagging clean state. The
one caveat is ATOMIC_FLAG_INIT (or default construction in C++20) initializes
the state to true rather than false.
2021-04-15 15:17:04 -07:00
..
2021-01-25 09:24:10 -08:00
2020-06-26 05:39:26 -07:00
2019-10-01 23:33:00 -07:00
2021-01-22 06:00:36 -08:00
2020-12-05 03:28:19 -08:00
2020-12-05 03:28:19 -08:00
2019-10-01 23:33:00 -07:00
2019-08-11 20:54:21 -07:00