Which object doesn't get involved in synchronization process of threads?

Options
- Mutex
- Semaphore
- Signal
- Critical Section


CORRECT ANSWER : Critical Section

Discussion Board
Incorrect answer

Signal is correct answer. Critical section, Mutex and Semaphore are for synchronization. Signal does not take part in actual synchronization as other 3 does.

Manjiri 05-7-2017 10:33 AM

Wrong Answer

Critical Section is for synchronization, similar to Mutex and Semaphore. Signal is not.

Sean 03-26-2015 09:22 PM

Wrong answer

Signal is the correct answer.

kareem 10-14-2014 01:45 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement