Search Results

0
votes

Is this thread safe? (shared data without mutex/semaphore)

Atomic reads/writes might not be the only consideration in order to make operations thread-safe. I think the answer would depend on the OS memory model as well. You need to make sure that a read in …