deadlock-avoidance
There are 64 repositories under deadlock-avoidance topic.
JochenBaier/BugInsight
A memory leak and deadlock finder for C, C++
JochenBaier/cppguard
C++ developer tool for detecting deadlocks
alcestes/mpstk
Multiparty Session Types toolKit
Rakibul73/Operating_System_Code
Operating System Code in Python 3
hardikrana11/Operating-systems--LAB
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
Shruthi-Sivagnanam/Os-Concepts
Basic operating system concepts in c language.
KhaledAshrafH/Deadlock-Handler
This repository contains a C++ implementation of the Banker's algorithm, which is used to avoid deadlock in a system. The program allows processes to request and release resources, and the banker will grant a request only if it leaves the system in a safe state. If a request would lead to an unsafe state, it will be denied. The program also include
mehmoodulhaq570/Philosophers-Dining-Hall-Problem
Solution to Operating System Dining Philosophers problem using threading and synchronization. It ensures smooth resource sharing among philosophers, preventing conflicts like deadlock.
moazmohamed20/OS-Algorithms
Operating System Algorithms Implementations in C++
ayushs2k1/Operating-Systems-Project
The project titled ROAD CONSTRUCTION USING HIGHWAY PLANNING AND OBSTRUCTION PREVENTION aims to address one of the major issues that the Indian road construction department is facing.
cpsusie/DotNetVault
Synchronization Library and Static Analysis Tool for C# 8
SyedMuhammadMuhsinKarim/Bankers-Algorithm-in-Python
Operating System: Banker's Deadlock Avoidance Algorithm (Hardcoded) Implementation in Python (Using Numpy aka Numerical Python)
aroques/resource-management
Deadlock avoidance (resource management) project for Operating Systems class
codevor/js-semaphore
🚦JavaScript Semaphore implementation using Promises
frhd143/Dining-Philosophers-Problem
This is a solution to the dining philosophers problem in C using pthreads and semaphores.
JiayangZhou-99/MyDB
A SQL Server that supports table level concurrency and Transaction
lakshmipadmanabhan2000/Bankers-Algorithm
Simulation of Banker's algorithm for deadlock avoidance
ahmedibrahimq/chat
Client-Server Chat over TCP Protocol that supports sending files & deadlocks Avoidance. Gui and cli clients.
alhussain-shaikh/Operating-System-LAB
In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java
ChinmayChoudhury/OS_deadlock_scheduling_algorithms
Implementation of scheduling algorithms (Round Robin, SJF, Priority, FCFS) and deadlock avoidance algorithm(Banker's Algorithm)
Dina-ElGammal/Philosophers
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.
salmeenessam/bankers-algorithm
Bankers Algorithm
satyam9090/Operating-Systems
CSE2005 Operating Systems, Basic Linux Commands, IPC, Shared Memory, Scheduling Algorithm, Synchronization Problems, Deadlock: Bankers Algorithm, Memory Management, Paging and Segmentation
ShyamKumar1/Operating-systems-lab-programs
This repo contains Operating Systems Lab Programs that are useful for Undergraduate Students
sikatikenmogne/concurency-workshop-c-sharp
Workshop project for mastering concurrency in C# and fix common multi thread synchronisation issues
Daito-Raigar/Operating_System_Lab_Exercise
In this repository you will find the basic and simple Operating System related exercises. I will be helpful to get to know how Operating System works on processes, memory management ,etc
EPW80/Bankers_Algorithm
Banker's Algorithm is designed to avoid deadlocks in systems where multiple processes request and hold resources.
Gowtham011224/Operating-System
Contains demo for basic OS concepts
SaiNikhil0904/Bankers-Algorithm
A Banker's Algorithm simulation with an interactive UI, allowing users to allocate and release resources while ensuring system safety in real time.
Sundar2k4/Smart-Traffic-System
Smart traffic system to optimize the traffic along various directions