Process Monitor Sync

Creator
Created
Created
2019 Nov 5 5:17
Editor
Edited
Edited
2023 Aug 23 15:44
Refs
Refs
Synchronize by using Mutex and Thread-safe Condition Variables(Queue)
 
more simpler than Semaphore, because monitor Condition variable do lock and unlock. but Semaphore is done by in its process
 
 
배타동기, 조건동기를 위한 큐가 각각 존재
 
notion image
 
 

Recommendations