Jeffrey 17772ef53e Eliminate dependence on boost::interprocess #8223
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of
`boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example,
when I needed to change a `volatile uint32_t` into a `std::atomic<uint32_t>`. Sometimes, a member was being used a boolean flag, so
I replaced it with `std::atomic<bool>`.

You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211.

Additional changes from review:
* Make some local variables const
* Change postfix operators to prefix operators where value was not need
2022-03-30 13:18:32 -05:00
..
2022-02-19 10:17:53 +01:00
2020-12-14 14:45:24 -05:00
2014-03-03 22:07:58 +00:00
2020-05-06 22:36:54 -04:00
2019-11-13 18:00:50 +01:00
2014-03-03 22:07:58 +00:00
2014-03-03 22:07:58 +00:00
2014-03-03 22:07:58 +00:00
2015-01-02 18:52:46 +02:00
2021-08-13 06:57:27 -05:00
2015-01-02 18:52:46 +02:00
2015-01-02 18:52:46 +02:00