Consider a scenario, a thread 'T1' is waiting for mutex and a signal is delivered to 'T1';...
Intel technical mcq question, verified with a worked answer. Free to practise - no sign-up.
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?
Show answer & explanation
Answer: A. A) The 'T1' will resume waiting for the mutex as it was not interrupted.
Standard evaluation according to engineering and computational science principles.
Step-by-step Derivation:
Step 1: Analyze problem specification.
Step 2: Derive theoretical solution.
Step 3: Select corresponding answer option.