In one of my programs I'm accessing two system structures, which I thought I'd better protect using a semaphore. Do I need to InitSemaphore() two different ones, or can one semaphore be used in two different situations?
Tue, 2016-02-09 22:16
#1
Semaphore question