posix-semaphore
There are 6 repositories under posix-semaphore topic.
giannhskp/Operating-Systems
Unix OS, Process Creation, System Calls, Process Communication using Pipes and Signals, Shared Memory, Process Synchronization using POSIX Semaphores, Unix File System Manipulation,
ZuzannaZawartka/multi-threaded-supermarket-problem
Multi-process, multi-threaded supermarket simulation with dynamic cashier management, customer flow control, and emergency evacuation handling. Uses semaphores, mutexes, message queues, and shared memory for synchronization and inter-process communication.
sdi2100071/OS_process_scheduling
Designed and implemented synchronized inter-process communication (IPC) to transfer message packets efficiently. Utilized shared memory for data exchange and employed threads to ensure proper synchronization.
ygor-sena/42-labs-challenge-v4
This repository contains the project done during the 4th edition of 42 Labs São Paulo between January 09th, 2023 and January 15th, 2023.
db-gb/Producer_Consumer_Conveyor_Belt
SDSU - CS 570 (Operating Systems) Project