Homework5 Version 0 |
|
👤 Author: by indigo203outlookcom 2021-01-07 23:42:48 |
For the case more than one processes(or threads) sharing one resource and at least one of them attempting to write that resource, data race occured. We may solve this by using mutex, spin lock, atomic type, critical section ...