threads
Here are 545 public repositories matching this topic...
Work & Resources for Systems Software
-
Updated
Nov 26, 2024 - C
Cross-compatibility for threads, using pthreads and Windows threads
-
Updated
Nov 25, 2024 - C
A lightweight C library of portability wrappers and data structures
-
Updated
Nov 24, 2024 - C
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
-
Updated
Nov 23, 2024 - C
Project of Distributed Systems | BSc Computer Science FCUL
-
Updated
Nov 21, 2024 - C
Round Robin Scheduling Algorithm Simulation in C
-
Updated
Nov 16, 2024 - C
Covers the principles of parallel computing and distributed systems, focusing on multi-threading, synchronization, and communication across networks.
-
Updated
Nov 13, 2024 - C
C Language State Machine with Threads
-
Updated
Nov 13, 2024 - C
Set of Algorithms.
-
Updated
Nov 11, 2024 - C
The project simulates philosophers sharing a bowl of spaghetti, alternating between thinking and eating. The goal is to manage resource sharing to avoid deadlock and allow all philosophers to eat. It teaches concepts of synchronization and concurrency.
-
Updated
Nov 10, 2024 - C
OS-Linux
-
Updated
Nov 5, 2024 - C
loads is a simple library to benchmark C functions across a given number of threads.
-
Updated
Nov 4, 2024 - C
The Philosophers project, part of the 42 school curriculum, focuses on concurrent programming using threads, mutexes, processes, and semaphores. It presents a variation of the well-known dining philosophers problem, allowing students to deepen their understanding of these essential concepts.
-
Updated
Oct 24, 2024 - C
Contains all my home work solutions and my solutions for exams and old exams. done for the course on Operating Systems at MCI Innsbruck Department od DIgital Bussiness and Software Engineering
-
Updated
Oct 20, 2024 - C
🧠💡 Philosophers Problem Simulation in C. A multithreading challenge where philosophers eat, think, and sleep without dying or stealing forks. Implements mutexes for synchronization and thread management.
-
Updated
Oct 12, 2024 - C
A concurrent programming project that simulates the Dining Philosophers Problem. It explores process synchronization using threads, mutexes, processes, and semaphores to prevent deadlocks and manage resource sharing efficiently.
-
Updated
Oct 8, 2024 - C
Improve this page
Add a description, image, and links to the threads topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the threads topic, visit your repo's landing page and select "manage topics."