Recent questions tagged process-synchronization

3 votes
4 answers
333
My doubt is as follows: If deadlock is there, processes will be busy waiting in wait loop. So, decision on which process enters C.S. is not made in finite time. Hence, is...
0 votes
1 answer
350
In lock variable mechanism of the following modified code , if we execute the code then can mutul exclusion be satisfied.??1. Load Ri , M[lock]2. cmp Ri, # 03. store # ...
3 votes
1 answer
353
In process synchronozation , when we can say progress is satisfied and when progress not satisfied?Explain with example.(Donot give just definition, need clear difference...
1 votes
1 answer
356
Suppose you have an array A of 4 numbers and you have 2 threads. how will you perform a cumulative sum of numbers and store it in array B using parallel computation and ...
0 votes
1 answer
357
0 votes
0 answers
358