Page 1 of 1

Assuming that two concurrent processes are trying to update a variable C by adding a value V. Assume that the current va

Posted: Fri Jul 01, 2022 5:41 am
by answerhappygod
Assuming that two concurrent processes are trying to update avariable C by adding a value V. Assume that the current value of Cis 17. Process A is adding the value 39, and Process B issubtracting 09. Show the possible final values based on theinterleave between processor machine instructions.Assuming that twoconcurrent processes are trying to update a variable C by adding avalue V. Assume that the current value of C is 17. Process A isadding the value 39, and Process B is subtracting 09. Show thepossible final values based on the interleave between processormachine instructions.
for operating system