Skip to content

MS Windows and Linux concurrency and synchronization (threads, mutexes, events)

License

Notifications You must be signed in to change notification settings

developer-corner/winlinsynccon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

winlinsynccon

MS Windows and Linux concurrency and synchronization (threads, mutexes, events)

This tiny github project consists of a PDF document only. It explains the very basics of threads, mutexes, and events (MS Windows) and POSIX threads, POSIX mutexes, and POSIX condition variables on Linux.

Moreover, the Linux eventfd (event file descriptors) mechanism is explained.

Using this guideline, you can implement C/C++ source code working on both operating systems MS Windows and Linux using comparable concurrency and synchronization primitives.

The current document version is 1.0 dated 05/09/2024. ENJOY!

About

MS Windows and Linux concurrency and synchronization (threads, mutexes, events)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published