Previous | Next --- Slide 36 of 46
Back to Lecture Thumbnails
chaihf

The difference between this slides and next slides is that: Every thread will be assigned more work to do every time it get access to the critical section(black). The contentions are reduced and each thread could be more efficient with "real" work, instead of frequently asking for access to critical section.