deadlock-avoidance
There are 61 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
pockemon/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
moazmohamed20/OS-Algorithms
Operating System Algorithms Implementations in C++
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.
cpsusie/DotNetVault
Synchronization Library and Static Analysis Tool for C# 8
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.
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)
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
AhmedMahmmoud/My-projects-in-the-second-year
My projects are in the second year, specifically in the second semester, where they were done using the C# language, and I created some Windows applications.
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
KabirSinghMehrok/dining-philosophers-problem-solution
A deadlock-free solution to the Dining Philosophers Problem using synchronization primitives in C
nikitanosov1/parallel-programming
Лабораторные работы по курсу "Параллельное программирование"