aboutsummaryrefslogtreecommitdiff
path: root/src/windows.c
AgeCommit message (Expand)Author
2020-05-08Use platform-specific yield/pause instructionsMarat Dukhan
2020-04-14Use load-acquire + store-release on synchronization variablesMarat Dukhan
2020-04-10Support Windows on ARM/ARM64Marat Dukhan
2020-04-10Replace atomic fetch_sub with decrement_fetch primitiveMarat Dukhan
2020-04-10Fix race condition in Windows implementationMarat Dukhan
2020-04-10Rewrite work spreading between threadsMarat Dukhan
2020-04-07Minor fixes in Windows implementationMarat Dukhan
2020-04-07Windows implementation using EventsMarat Dukhan