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
- Host: GitHub
- URL: https://github.com/samratanilkumar/multithreading-bible
- Owner: samratanilkumar
- Created: 2024-12-23T11:07:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-28T08:29:54.000Z (about 1 year ago)
- Last Synced: 2025-06-02T06:34:42.259Z (9 months ago)
- Topics: cpp, cprogramming, multithreading, mutex, posix, pthread, semaphore, threadsynchronization
- Language: C
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.