What is the name of the technique in which the host system has one system architecture and the guest system is compiled for the different architecture?
Answers
Answered by
2
Answer:
Assume that there is a thread T which had already locked a mutex and the mutex is non recursive which means it can be locked more than once. If thread T tries to lock the mutex again: then what will happen in this situation’?
1) Mutex will be locked once again and count will be incremented by 1
2)Mutex will be locked once again but the count will remain same
3)System will enter into deadlock
4)Lock will not be given but the system will remain in same state
Similar questions