what is the condition required for dead lock in unix sustem ?
Answer Posted / sumeetece
If a program tries to call pthread_mutex_lock on a mutex
that it already has locked then the program will block.Since
the thread that holds the lock is the one that is now
blocked, the mutex can never be unlocked and the program is
DEADLOCKED.
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Explain the advantage of executing a process in background?
Please describe the initial process sequence while the system boots up?
What is fork()?
Explain a zombie?
What is the full form of ipc?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain how do you execute one program from within another?
What is ipc in unix?
Which ipc is the fastest in unix?
What are the various schemes available in ipc?
What are the various schemes available?
Explain the initial process sequence while the system boots up?
What is unix ipc?
Tell me set-user-id is related to (in unix)?
What is i-node numbers?