Windows Programming Question:

What is Synchronization Objects?

Windows Programming Interview Question
Windows Programming Interview Question

Answers:

Answer #1
Synchronization object s are use to co-ordinate the execution of multiple threads. Which kernel objects are use for Thread Synchronization on different processes? - Event, Mutex, Semaphore

Answer #2
App


Previous QuestionNext Question
What is signaled and non signaled state?What is DuplicateHandle (API)?