semaphore-synchronization
There are 10 repositories under semaphore-synchronization topic.
IWILZ/PicoSem
Simple library to exchange data between the 2 cores of a Raspberry Pi Pico under Arduino IDE framework
RazaRizvii/Operating-System-Semaphore--Producer-and-Consumer-are-part-of-an-application.-The-producer-access-a
Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum
jElhamm/Semaphore-MultiTasking
"This repository showcases the implementation of semaphores, a synchronization tool."
vhtnguyen/dining-philosophers
OPERATING SYSTEMS - Assignment @HCMUS
DerickEddington/sem_safe
Safe usage of POSIX Semaphores (`sem_post`, `sem_wait`, etc).
frottori/TicTacToe_Multiplayer
Socket Programming
sherAfzal861/semaphore
operating seystem assignment . implementation of samaphore . language used is python
vchernoy/concurrent
Monitor Synchronization in Examples
eablak/philosophers
It is a version of the philosophers dining problem, which examines the behavioral properties of concurrent processes, solved separately using mutex and semaphore.