GitHub topics: multilevel-priority-que
ozyurtf/cpu-scheduler
In this project, I applied the most commonly used CPU Scheduling algorithms in C++ and explained the processes/threads, scheduling process, and synchronization.
Language: C++ - Size: 6.65 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

asad82/User-Level-Thread-Library
The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing the thread library are also included with the design document and code.
Language: C - Size: 635 KB - Last synced at: 10 months ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 4
