An open API service indexing awesome lists of open source software.

https://github.com/samratanilkumar/multithreading-bible

Designing and Implementing a Multi-threading library, provides set of Thread Synchronization Data Structures
https://github.com/samratanilkumar/multithreading-bible

cpp cprogramming multithreading mutex posix pthread semaphore threadsynchronization

Last synced: 5 months ago
JSON representation

Designing and Implementing a Multi-threading library, provides set of Thread Synchronization Data Structures

Awesome Lists containing this project

README

          

#My-Multithreading-Bible
Multi-threading Concepts

Designing and Implementing a Multi-threading library built over POSIX threads. The library provides enriched set of Thread Synchronization Data Structures - WaitQueues, Thread Pausing, Thread Barriers, Monitors, Assembly Line, Event Loops, Single threaded Concurrency, Timers, Custom Red-Write locks, Custom Recursive Locks, Custom Semaphores and Thread Pools.