Search found 1 match
- Wed May 06, 2020 5:20 pm
- Forum: General Development
- Topic: Mutexes
- Replies: 1
- Views: 12519
Mutexes
Could someone recommend specific resources and tutorials to read up on mutexes? I have never touched mutexes and am trying to understand the function InitInterfaceLocks() called by MainServer(): void InitInterfaceLocks() { muxServer = MutexCreate(); quit = False; InitializeCriticalSection(&csQui...