60 results for “topic:condition-variable”
Fast, shared, upgradeable, non-recursive and non-fair mutex
Learn what sync.Cond is
RISC-V kernel step-by-step implmenetation
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
Multi-platform multi-threading library, C99 <threads.h> alternative (mutex, cond, thread, pool)
Implementation of Asynchronous Bellman–Ford Algorithm in the field of Distributed Algorithms
The Divine Synchronization Library
Userspace implementation of preemptive multithreading
Notes and code written for the System Programming course (Programmazione di Sistema) of PoliTo.
Walking philosophers
The multi threaded queue service is a class that operates as a message processing service
Operating system concepts from the CS 510 course at PSU
A multi-threaded traffic simulation showing vehicular movement in a city
priority CPU-Scheduling for Pintos, using a multilevel feedback queue system
Simple In Memory File Storage Server case study.
Multiple producer / multiple consumer (MPMC) C++ thread-safe queue for passing data between threads
No description provided.
Bespoke POSIX threads, mutexes, wait queues, thread pools, and semaphores for the C programming language.
Parallel Programming and MultiThreading using C++
Operating System Traditional Programs
Async concurrency primatives and synchronization for C++11 and later
Multithreaded pizza delivery simulator in C++ using std::thread, mutex and condition_variable.
Real Time System Architectures
Systems Programming
Cooperative multitasking using asynchronous tasks and synchronization primitives, with the ability to safely cancel groups of nested tasks performing I/O wait or listen operations.
Comparing the performance of two different implementations of the concurrent unbounded queue
This is a small example of an implementation of Producer/Consumer Pattern with condition_variable and mutex
Linux Shared Condition Variable Emulation
Monitor Synchronization in Examples
Thread pool in C++