Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Move Win32 C/C++ apps to Linux Part 3: Semaphores
Posted by Philipp Esselbach on: 04/21/2005 03:57 AM [ Print | 0 comment(s) ]
Linux provides Portable Operating System Interface (POSIX) semaphores, as well as pthread conditional variables to map the Win32 semaphore APIs. Both have their share of pros and cons. Get detailed code examples illustrating how to map Win32 to Linux with respect to semaphore application program interfaces (APIs).