GitHub topics: semaphores
sdigenis/Concurrent_Programming
Projects for Concurrent Programming course
Language: C - Size: 72.3 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

AxelPreitiT/chaOS-v1 Fork of JoseMenta/TP2_SO
A continuation of the chaOS-v0 project. This enhanced version is a simple OS that incorporates a memory manager utilizing both buddy and list algorithms, a round-robin scheduler for task management, as well as pipes and semaphores for inter-process communication and synchronization.
Language: C - Size: 1.04 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AndreiE91/Linux-Console-Apps
Various console applications developed for Linux, covering a wide range of topics such as threading, processes, inter-process communication, file operations, synchronization, and more.
Language: C - Size: 1.09 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cywinski/semaphores-thread-synchronization
Threads synchronization using semaphores implemented in C.
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mbtomori/threading-in-c
This is a classroom project where we designed a program that prevents deadlock and starvation for one-way stairs.
Language: C - Size: 149 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

vy2000eng/C-multithreaded-client-server-chat
Most of the ideas in this project are based on: Beej’s Guide to Network Programming. However, he has very simple examples in the guide. So, I am creating this to understand those topics more deeply.
Language: C - Size: 365 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

0xromjobert/Philosophers
a 42 school curriculum project exploring concurrency with threads & mutexes or processes & semaphores. It is based on Dijkstra's famous dining philosophers problem
Language: C - Size: 80.1 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jordicastro/PA1_barbershop
Java program simulates the operation of a barber shop with a seating area (protected area) and barber seats (protected area) through the use of semaphores and mutexes
Language: Java - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KonstantinosPaschopoulos/Operating-System-Prj3
Commercial port simulation using semaphores
Language: C - Size: 661 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

iker-gonzalez/philosophers
Classic dining philosophers problem resolved using multithreading with mutex (mandatory) and multiprocessing with semafores (bonus)
Language: C - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

OmerHanan1/ShareableSpreadSheet
Language: C# - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Ziko909/Philosophers_42Network
This project utilizes threads and semaphores to simulate philosophers at a round table, showcasing concurrent programming techniques and resource synchronization.
Language: C - Size: 1.56 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

petercorke/simple-threads-coder
A simple POSIX threading library for MATLAB Coder
Language: C - Size: 2.17 MB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

Yash1038/Cafe_Sim
Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

davewdh/client-server-pokemon-query-program
Client-Server Pokemon Query Program using the C programming language.
Language: C - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Omar-Yasser/fos
FCIS OS, a small OS with memory management and multithreading capabilities
Language: C - Size: 10.8 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

elmahygurl/Semaphores
C program that implements a multi-threaded counter system using pthreads and semaphores.
Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GLaDOS-418/blinker
exploring the versatility of semaphores by implementing semaphore based syncrhonisation constructs from scratch in C++20.
Language: C++ - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arun918kumar/MultiThreadConcepts
A sample java project to demonstrate java multi threading concepts
Language: Java - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Dare-marvel/Operating-Systems--OS--
Notes , Experiments , Question Papers and Books of Operating Systems
Language: C - Size: 242 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Syed007Hassan/Chain-Smoker-Problem-Using-Semaphores
This project is dedicated to creating a system call that deals with the chain smoker problem. A system call is a request for a service that is made by the application programs to the operating system; these can be either user system call (without kernel intervention) or kernel system call (with kernel intervention).
Language: C - Size: 550 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Revkxd/CSOPESY-MP2 📦
CSOPESY T1 AY 2023-2024
Language: C - Size: 12.7 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shelobel/Bus_Reservation_System
Develop a reservation system that incorporates principles of operating systems and socket programming. This system will handle concurrent and synchronized scheduling and seat booking, all managed within a multi-threaded environment.
Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

dorothytran/Linux-Lexicographic-Letter-Sorting
This simple program uses Linux C programming to lexicographically sort a given set of 7 letters from user input.
Language: C - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

le-mountassir/The-Dining-Philosophers-Problem
The Dining Philosopher Problem states that N philosophers seated around a circular table with one chopstick between each pair of philosophers. There is one chopstick between each philosopher. A philosopher may eat if he can pick up the two chopsticks adjacent to him. One chopstick may be picked up by any one of its adjacent followers but not both.
Language: C - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

zeljkolucic/Multithreaded-Operating-System
Multithreaded operating system kernel which supports the concept of threads with time sharing, semaphores and events
Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

IgnaOromendia/UBA_SO
Topics: Pipes, Scheduer, Synchronization, Threads, Drivers, File System
Language: C++ - Size: 4.17 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

noodl/lbo-semaphores
The Little Book of Semaphores, exercises
Language: C - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

efsiatras/multiple-processes-bus-station-simulation
Simulation of a bus station with multiple processes, semaphores and shared memory
Language: C - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

AldeIT/OS_Connect4
The "Connect 4" game made in C with IPC System V System Calls. Final project for the "Operating Systems" course at University of Verona. Authors: Aldegheri Alessandro, Venturi Davide, Zerman Nicolò.
Language: C - Size: 115 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

mauriciocruzp/concurrent-parking
Concurrent parking simulator, developed in go with fyne
Language: Go - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Benezia/OS172_Ass2
BGU Operating Systems course 2017, Assignment2, Graded 100
Language: C - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

FernandoCesarMS/Industria_Extracao_Petroleo
Aplicação de software multithread responsável pela leitura de dados do sistema de otimização e do sistema SCADA, e por distribuÃ-los adequadamente para três painéis de projeção.
Language: C++ - Size: 1.07 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

RampageousRJ/CCE-OS-Lab
Code Repository for CCE 4th Semester Operating Systems Lab, MIT Manipal.
Language: C++ - Size: 1.43 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jmarko02/OS-Project
Simple RISCV operating system kernel
Language: C++ - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

stavroskostopoulos/System_Programming_2020
Projects of the System Programming course (2020 Spring Semester)
Language: C - Size: 363 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nepiskopos/linux-process-synchronization
Linux Process Synchronization and Communication using Semaphores and Shared Memory Segments.
Language: C - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ANSANJAY/KernelReadWriteSemaphoreLock
Explore synchronization primitives in Linux Kernel with code snippets & detailed markdown files. Dive into semaphores, locking mechanisms, & more
Language: C - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yrhiba/Philosophers
One or more philosophers sit at a round table. There is a large bowl of spaghetti in the middle of the table.
Language: C - Size: 117 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dlsrdar/Thread-handling-
Thread handling with semaphores and running alternate threads odd than even considering the time of arrival and making sure no deadlock and starvation at the end releases all the threads.
Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

iamjatinchauhan/OS-Programs
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
Size: 715 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 11

manosmin/ceid-oslab
Parallel execution analysis, heap tree sum calculation synchronization, and resolving the readers and writers problem using semaphores.
Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

annegog/OS-project1-K22
system of collaborating processes where a parent process manages child processes to handle requests for specific lines from a text file
Language: C - Size: 132 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ivzhuravlev/dining_philosophers
Simple solution of classic dining philosophers problem
Language: C++ - Size: 24.5 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

sarimmehdi/reusable_barrier
Using semaphores provided by semaphore.h, implement a function barrier_wait(int barrier) that a thread can invoke in order to synchronize on a barrier
Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jackshendrikov/parallel-programming
Working with parallel threads in different programming languages
Language: C++ - Size: 3.21 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

dzik143/tegenaria
[ARCHIVE/2014] OS-independent utils for C++
Language: C - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

ANSANJAY/MasteringPthreads
This repository contains comprehensive notes and code samples from the Master Class Course on Multi-Threading. Covering topics from basic to advanced—thread creation, race conditions, mutex, deadlocks, condition variables, and semaphores—it serves as a one-stop guide for mastering multi-threading in C/C++ on Linux.
Language: C - Size: 124 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Yamzil/Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
Language: C - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ragsav/central_server_algorithm
Visual implementation of how semaphores , mutex and central server algorithm works in resource allocation.
Language: JavaScript - Size: 34 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

MohamadTarekk/messages-producer-consumer
Mutually exclusie threads using semaphores PLUS Applying a solution for "Producer/Consumer" problem
Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

im-zshan/Operating-Systems
This repository contains the program codes of the sytem calls used in Operating Systems.
Language: C - Size: 221 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaboyaChoch/sudokuValidator
sudokuValidator using Java Threads and Semaphores
Language: Java - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

donminaga/CalTrain-Automation
An OS course project on Synchronization and also a research and programming activity that provides solutions to synchronization problems using semaphores, locks and monitors (and condition variables).
Language: Java - Size: 9.23 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Panchojr7/Tarea-3-SO
Tarea N° 3 - Sistemas Operativos - Universidad Ténica Federico Santa MarÃa 2018-1 [CSJ]
Language: Python - Size: 137 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

gkorepanov/CS-3sem
Using C in the UNIX environment (signals, threads and low-level API)
Language: C - Size: 164 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

VissaMoutafis/OS-Assignments-Fall-2020
Programming Projects in C for Operating Systems - K22 Course
Language: C - Size: 9.52 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

giannisdravilas/Operating-Systems-Processes
💻 Cooperation between a parent process and several child processes in C using a shared memory segment and semaphores
Language: C - Size: 680 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

paozer/philosophers
In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory.
Language: C - Size: 1.25 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Archer-01/Philosophers
Implementation of the Dining Philosophers problem in C
Language: C - Size: 537 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

NikolasGialitsis/Restaurant-Simulation
Operating Systems Course: a restaurant of processes
Language: C - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

javiaspiroz/Concurrent-and-distributed-programming Fork of sukuzhanay/Concurrent-and-distributed-programming
Concurrent and distributed programming
Language: Java - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

atouba/philosophers
I never thought philosophy would be so deadly
Language: C - Size: 1.24 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jbrun0r/Aplica-oJavaThreadsTrain-Projeto
This is a Java desktop application with a graphical user interface (GUI) built using Swing. The application simulates a cargo train system that solves the classic Producer-Consumer problem by coordinating the transport of boxes between two locations, A and B, using multiple threads and semaphores.
Language: Java - Size: 13.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

cafererrl/concurrency-classics
Explores classic concurrency problems using Java.
Language: Java - Size: 106 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mansetagunj/ECEN-5013
Repo for the Advance Practical Embedded Systems. Contains work related to Linux kernel, Pthreads, FreeRTOS, etc.
Language: C - Size: 85.5 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

jainsarthak277/Embedded-Machine-Vision-Intelligent-Automation
Codes and file for ECEN 5863, Embedded Machine Vision & Intelligent Automation. Final project implements a driving assist program with custom scheduler and resource management between threads.
Language: Pascal - Size: 270 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

DrLux/Alpha_Hospital
University project - Operating Systems course 2015/2016
Language: C - Size: 604 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

CSalih/Operating-Systems
Homework repo for the lecture operating systems lab
Language: C - Size: 822 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

alexvek96/critical_shared_memory_section_management
1st/2 Assignment of the "Operating Systems" course (Winter Semester 2022/2023 - NKUA). Use of semaphores to control parent and children processes access to a critical memory section implementing multiple-readers/unique-writer model. The code implements the server-client model (clients ask for some data and the data is served back). Info in README.
Language: C - Size: 519 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Quelich/psearch
A command line tool searching for a keyword with different Interprocess Communication (IPC) methods.
Language: C - Size: 273 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pmihsan/OS-Lab
Operating System Lab Exercises
Language: C - Size: 303 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

emsquared2/Operating-Systems-NTUA
Assignments for course Operating Systems at ECE NTUA
Language: C - Size: 3.81 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shebang-labs/acts_as_lockable_by
A ruby gem to lock resources to prevent concurrent/multiple lockers access/editing of the resource at the same time
Language: Ruby - Size: 150 KB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 3

GeorgeVasilakopoulos/Unix-Process-Synchronization
Multiple child processes (readers) request to read lines from a file. The parent process (writer) loads segments into the shared memory. Readers that seek lines from the loaded segment may access the shared memory. Others will be excluded until their segment is loaded. First Come First Served.
Language: C - Size: 143 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Axelvel/SY40_Project
Program emulating a jam manufacturing process.
Language: C - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Orpheus-3145/Philosophers
Implementation of the Dining Philosophers Problem
Language: C - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TalMizrahii/Multithreaded-News-System
A Multi-Threaded News System designed to produce, sort, and display articles. The third assignment for the Operating Systems course at Bar Ilan University
Language: C - Size: 120 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

zeynepturkmen/Operating-Systems-Assignments
Sabanci University CS307 (Operating Systems) Programming Assignments
Language: C++ - Size: 1.22 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ibraheemalayan/factory_opengl_simulation
A multi-threaded multi-processing C & OpenGL manufacturing simulation
Language: C - Size: 282 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

LoicKonan/Operating-Systems
Introduction to Operating Systems.
Language: C - Size: 930 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SlavisWolf/Concurrence-course-ios
Concurrence curse examples by Julio César Fernández
Language: Swift - Size: 3.21 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bellerhyann/AirportSimulation
Using semaphores and threads, I built a program which has 8 active threads sharing resources. This program was built as a project for Computer Systems I. (November 2022)
Language: C++ - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

joaoipiraja/TheATMProblem
Inspired by the classic semaphores synchronization problem: Sleeping Barber
Language: Swift - Size: 667 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

rushitjasani/PINTOS
Language: HTML - Size: 7.37 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

rigas2k19/OS-Project1
Child processes send requests to parent process, works like a client-server model.
Language: C - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

3umi/Philosophers_42
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat Spaghetti without dying from hunger.
Language: C - Size: 622 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ImBerkayKaplan/ProducerConsumerSimulation
A simulation of the producer-consumer multithreading problem using semaphores
Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jansvabik/vutfit-ios-proj2
Second VUT FIT IOS project – semaphores implementation in C lang.
Language: C - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Gvicho/OpSys_Exam_1
This was my solution on Operating Systems first practical exam during my exchange program in Portugal ( Castelo Branco)
Language: C - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

martmallol/multithreading-os
Operative Systems: Multithreading Game Group Project - 2nd Semester 2022 - Computer Science, UBA
Language: C++ - Size: 413 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Ahaif/Dining_Philosophers
Threads Communication synchronization
Language: C - Size: 1.18 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

leonardoflorido/Airlift_Simulation 📦
Airlift Simulation Project
Language: C - Size: 1.9 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

skirupa/Hilzer-s-barber-shop-synchronization-problem
Hilzer's barber shop synchronization problem solved using semaphore and threading concepts in C programming language.
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kannan768/online-movie-ticket-booking
online movie tickets booking using operating system concepts
Language: PHP - Size: 21.7 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

oessayeg/philosophers
Thread and process synchronization program
Language: C - Size: 50.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Karamjitsingh1989/Interview-Prepration-iOS
It includes common topics to prepare for iOS interviews
Language: Swift - Size: 1.21 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

rbiodies/philosophers
:thread: The Dining Philosophers Problem (implementing thread and process synchronization and solving the deadlock problem using a mutex and a semaphore)
Language: C - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

nerett/inf-3sem
Computer technologies seminar tasks: OS, system calls, multithreading and synchronization
Language: C - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

martinkostelnik/river-crossing-problem
River crossing problem using semaphores and shared memory
Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1
