Anthony Williams

Results 2 comments of Anthony Williams

Read-modify-write operations such as `test_and_set` are still atomic, and the read and write portions are inseparable. Thus if you have two calls to `flag.test_and_set` then one will be first and...

On 2024-10-17 08:32, ggankhuy wrote: > I extended the example in the page 18 as follows. It compiles and runs > fine and I can see constructor being called looking...