deadlock-free
There are 11 repositories under deadlock-free topic.
korken89/crect
A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
JochenBaier/BugInsight
A memory leak and deadlock finder for C, C++
JochenBaier/cppguard
C++ developer tool for detecting deadlocks
korken89/RTFMplusplus
A proof-of-concept C++ implementation of the Stack Resource Policy (SRP) based Real-Time For the Masses (RTFM) kernel
atedja/go-multilock
Deadlock-free Transactional Locks
shehab-as/Sleeping-Teaching-Assistant
OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.
RmbRT/Lock
ReadLock and WriteLock and ThreadSafe wrapper class for thread safety written in C++.
Sathish2905/mysql_deadlock_fix
The following will create a simple stored procedure that uses a cursor to kill all processes one by one except for the process currently being used: mysql_deadlock_fix_procedure.sql. The following will create a simple Event that will run on the scheduled time : mysql_deadlock_fix_event.sql
dogukanberkozer/Covid19_Test_Unit
Solving the synchronization problem using semaphores and mutex. Suffering from deadlock and starvation to simulate and solve the “COVID-19 Test Unit” synchronization problem
arthurmteodoro/thread-parking-simulator
Implementação de um simulador de um estacionamento campus utilizando programação paralela, sincronização e resolução de deadlocks. Trabalho realizado no 4º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Sistemas Operacionais.