hello,
This is a problem i have to handle in code migration from linux to windows.In linux when you set SEM_UNDO,the semaphore could be released automatically even if the process exit prior to a release.but windows' semaphore seems to have no functionalities like this.
Is there any way to solve this?
-yogo
This is a problem i have to handle in code migration from linux to windows.In linux when you set SEM_UNDO,the semaphore could be released automatically even if the process exit prior to a release.but windows' semaphore seems to have no functionalities like this.
Is there any way to solve this?
-yogo
Comment