This project explores thread scheduling and synchronization mechanisms using POSIX threads (pthreads) in C. It includes implementations of FIFO and Round-Robin scheduling algorithms, as well as examples of thread creation and synchronization.
The workspace is organized into two main parts:
lab1_Thread_Scheduling: Contains thread concepts, the FIFO and Round-Robin scheduling implementations.
This repository is licensed under the MIT License. See the LICENSE file for more details.