Previous | Next --- Slide 27 of 60
Back to Lecture Thumbnails
coffee7

In this model, we need to be careful and appropriately synchronize access to shared address space to avoid race conditions.

bochet

In thread 2, since x is a pointer, the access to its value should be modified to *x, right?