Skip to content
#

thread-library

Here are 29 public repositories matching this topic...

Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).

  • Updated Feb 18, 2021
  • Python

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.

  • Updated Feb 2, 2020
  • 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