A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
-
Updated
Mar 2, 2021 - C++
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
Sequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved in 3 different implementations
An implementation of a simple asynchronous message-passing lock server, verified in Coq using the Verdi framework
Implements Mutex, Semaphore and exclusive ReadModifyWrite operations on ARM Cortex-M3 and Cortex-M4
This is a project for the practical work of the Operating system module in The University of Ibn Khaldoun - Algeria in which we had used the notion of threads and parallelism to make a library simulator.
Virtual Machine Controling Client | VMWare | Qt | Pthreads
Simulation of the service of a restaurant, counts on the use of the threads, semaphores (mutual exclusion) and the known solutions of the problems producer/consumidor and writer/reader.
Visualisation of Suzuki-Kasami algorithm
Mutual Exclusion Algorithm implemented in Java
Implementation of Peterson's Tournament Algorithm to solve n process mutual exclusion problem in Java
These are some programs conducted on Ubuntu operating system, in order to get familiar with different operating systems terminologies, like processes, threads, mutual exclusion and other tasks and also how to perform them and handle them. Fell free to explore these programs and run them
Lamport Mutual Exclusion is implemented to maintain consistent number of likes for a social network post
Bachelor thesis on Arvy Heuristics for Distributed Mutual Exclusion
An implementation of Mellor-Crummey and Scott lock for mutual exclusion, referred to as MCS lock.
Implementation of the Ricart-Agrawala mutual exclusion algorithm with Java RMI
Un server concorrente che memorizza file binari. Progetto finale dell'esame di Sistemi operativi anno 2015/16 (laurea in Informatica @ UniPisa)
Blockchain peer-to-peer app with mutual exclusion and threads
Dijkstra's first self-stabilizing algorithm for the mutual exclusion problem in a circular network.
Add a description, image, and links to the mutual-exclusion topic page so that developers can more easily learn about it.
To associate your repository with the mutual-exclusion topic, visit your repo's landing page and select "manage topics."