Problem Statement
Thread Waiting on a Mutex When a Signal Is Delivered Consider a scenario, a thread 'T1' is waiting for mutex and a signal is delivered to 'T1', upon return from the signal handler, which one of the statement given in options will happen to 'T1'?