Skip to content
#

thread-library

Here are 33 public repositories matching this topic...

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 …

  • Updated Feb 2, 2020
  • C

UC Davis Operating Systems Projects: creating a simple shell to explore UNIX system calls, developing a user-level thread library to grasp thread operations, including creation, execution, context switching, and synchronization, implementing a FAT-based virtual file system software stack, aimed at understanding file system management in software.

  • Updated Jul 25, 2023
  • C

Improve this page

Add a description, image, and links to the thread-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-library topic, visit your repo's landing page and select "manage topics."

Learn more