data-race
Here are 15 public repositories matching this topic...
Serious game for learning about concurrency - thread interleavings, data races and deadlocks.
-
Updated
Aug 16, 2024 - C#
Web Locks API 🔒
-
Updated
Mar 20, 2024 - JavaScript
Concurrent Solutions to the Dining Philosophers Problem using Threads (Mutexes) and Processes (Semaphores). Explore synchronized approaches to address the classic challenge of coordinating philosophers' dining interactions efficiently and prevent deadlocks.
-
Updated
Dec 29, 2023 - C
Runtime Detection of Data Races in OCaml with ThreadSanitizer
-
Updated
Dec 3, 2023 - TeX
Implementation of the Dining Philosophers Problem
-
Updated
Oct 28, 2023 - C
Data race benchmark suite for evaluating OpenMP correctness tools aimed to detect data races.
-
Updated
Sep 19, 2023 - C
LLOV: LLVM OpenMP Verifier - : A Fast Static Data-Race Checker for OpenMP Programs
-
Updated
Oct 5, 2022 - C++
🤔 In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
-
Updated
Sep 23, 2022 - C
solving the dining philosophers problem using threads and mutexes
-
Updated
Jun 9, 2022 - C
A dynamic data race detector for CUDA programs
-
Updated
May 22, 2022 - Python
A server-client implementation where multiple threads are concurrently handling mock requests.
-
Updated
Dec 21, 2021 - C
Coderrect is a static analyzer for concurrent C/C++/Fortran programs to detect data-races/race-conditions/anti-patterns.
-
Updated
Jan 28, 2021
Code samples demonstrating multi-threading concepts in C++
-
Updated
Oct 15, 2020 - C++
Improve this page
Add a description, image, and links to the data-race topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-race topic, visit your repo's landing page and select "manage topics."