Tagged Questions
0
votes
3answers
145 views
Can the atomic builtins be used across multiple processes?
I'm getting back into C from .NET so please forgive my code, but I'm trying to implement the atomic builtin incrementer across an existing multi process program.
I wrote up a test program, and I ...