Skip to content

WinIO: Small changes related to atomic request swaps.

Andreas Klebinger requested to merge wip/andreask/winio_atomics into master
WinIO: Small changes related to atomic request swaps.

Move the atomix exchange over the Ptr type to an internal module.

Fix a bug caused by us passing ptr-to-ptr instead of ptr to
atomic exchange.

Renamed interlockedExchange to exchangePtr.

I've also added an cas primitive. It turned out we don't need it
for WinIO but I'm leaving it in as it's useful for other things.

Should fix #18659 (closed) but I don't have a test case to check if it does.

Merge request reports