Recent questions tagged binary-semaphore

1 votes
1 answer
7
a) s1-wait(p) , s2-wait(q) , s3-wait(q) , s4-wait(p)b) s1-wait(p) , s2-wait(q) , s3-wait(p) , s4-wait(q)c) s1-wait(q) , s2-wait(p) , s3-wait(p) , s4-wait(q)d) none of...
0 votes
1 answer
9
What is the actual difference between binary semaphore & Mutex????? Are both same thing????What is the up() code for binary semaphore?????
0 votes
0 answers
10
HOW ARE THE CURRENT OPERATORS CREATING DEADLOCK HERE?
0 votes
0 answers
11
The number of binary semaphores required to implement readers-writers code in busy waiting mode is - answer given as 1.why 1 and why not 2?
1 votes
2 answers
14
To see more, click for the full list of questions or popular tags.