347 views
1 votes
1 votes
(i) What is Load/Store?
(ii) Explain fetch-and-set.

is there any relation between these two or any basis of comparision?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
Akash Kumar Roy asked Mar 24, 2018
1,234 views
if s is a binary semaphore and the initial value of s is 1 then can 'signal' be performed on s ? what will happen if signal(s) is performed?
0 votes
0 votes
0 answers
2
Arbaz__Malik asked Dec 25, 2021
643 views
given solution is wait(P) , wait(Q), wait(p) , wait(Q) for s1,s2,s3,s4 respectivelyI know this implementation is deadlock free just want to ask if it will follow bounded ...