A modern header-only C++ library that provides platform-independent utilities.
-
Updated
Dec 14, 2023 - C++
A modern header-only C++ library that provides platform-independent utilities.
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
Материали към курса "Операционни системи" на ФМИ, СУ
Yet Another attempt to build a traffic system in Unity.
Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.
The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing …
A simple POSIX threading library for MATLAB Coder
Programming with C course: pointer, multi-process, multi-thread, concurrency, semaphores, Socket, PIPE, FIFO
Operating Systems Lab Course (CS 314), IIT Dharwad
Semaphores, critical sections and blocking queues explored in modern JS with Promises and async generators
System Programming projects on Multiprocessing, Multithreading, FIFO Pipes, Network Sockets, Bash Scripting & building Data Structures
OS Lab Programs S4 KTU
A collection of (not so) short notes for the Operative System course, lectured at Aveiro University
Santa Claus Multithreading Problem Solutions on Python and C (semaphores/condition variables)
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
(Almost) All Operating System lab tasks from Warsaw University of Technology in one place
Simple solution of classic dining philosophers problem
Add a description, image, and links to the semaphores topic page so that developers can more easily learn about it.
To associate your repository with the semaphores topic, visit your repo's landing page and select "manage topics."