There are 0 repository under thread-creation topic.
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
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.
It contains the hands on practice of the multithreading assignments practiced with Java Multithreading, Concurrency & Performance Optimization Course on Udemy
Practica 6 - Sistemas Operativos