题目内容

What will happen if a non-recursive mutex is locked more than once?

A. Starvation
B. Deadlock
C. Aging
D. Signaling

查看答案
更多问题

What is a semaphore?

A. is a binary mutex
B. must be accessed from only one process
C. can be accessed from multiple processes
D. none of the mentioned

What is a mutex?

A. is a binary mutex
B. must be accessed from only one process
C. can be accessed from multiple processes
D. none of the mentioned

At a particular time of computation the value of a counting semaphore is 7.Then 20 P operations and 15 V operations were completed on this semaphore. The resulting value of the semaphore is?

A. 42
B. 2
C. 7
D. 12

A binary semaphore is a semaphore with integer values ____________

A. 1
B. -1
C. 0.8
D. 0.5

答案查题题库