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

    Language:C++190221721
  • JochenBaier/BugInsight

    A memory leak and deadlock finder for C, C++

    Language:C++58432
  • JochenBaier/cppguard

    C++ developer tool for detecting deadlocks

    Language:C++45102
  • korken89/RTFMplusplus

    A proof-of-concept C++ implementation of the Stack Resource Policy (SRP) based Real-Time For the Masses (RTFM) kernel

    Language:C++12402
  • atedja/go-multilock

    Deadlock-free Transactional Locks

    Language:Go9121
  • shehab-as/Sleeping-Teaching-Assistant

    OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.

    Language:C92014
  • RmbRT/Lock

    ReadLock and WriteLock and ThreadSafe wrapper class for thread safety written in C++.

    Language:C++5201
  • 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

    Language:SQLPL2200
  • 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

    Language:C0100
  • 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.

    Language:C30