An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bakery-algorithm

MatyMasaryk/Parallel-Programming-Problems

5 programs solving different problems using parallel programming in Python.

Language: Python - Size: 172 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

SanjithChockan/Locks

Implementation of various spin locks for process synchronization.

Language: Java - Size: 256 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JoyeBright/OSLab

Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.

Language: C - Size: 730 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 21 - Forks: 27

vondenstein/bakery 📦

Example implementation of Lamport's Bakery algorithm for managing multiple threads.

Language: Java - Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 2

gkontogiannhs/Bakery-Algorithm-Implementation-C

Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JonasMikaelMellin/ConcurrentProgrammingExamplesInJava

SR examples from Andrews book translated to Java

Language: Java - Size: 1.99 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

shriroopjoshi/mutual-exclusion

This repo contains implementation of Peterson's tournament algorithm and Lamport's bakery algorithm for mutual exclusion. It a part of programming project for Multicore Programming.

Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

nikoSchoinas/MutExMethods

Thread mutual exclusion: Four famous methods (Boolean variable, Switching, Petterson, Bakery)

Language: Java - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0