What should not be done to avoid deadlock?
Posted: Wed Jul 13, 2022 7:50 pm
a) Avoid using multiple threads
b) Avoid hold several locks at once
c) Execute foreign code while holding a lock
d) Use interruptible locks
b) Avoid hold several locks at once
c) Execute foreign code while holding a lock
d) Use interruptible locks