Windows Programming Question:
What is Synchronization Objects?

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
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
App
Previous Question | Next Question |
What is signaled and non signaled state? | What is DuplicateHandle (API)? |