synchronization-primitives
There are 26 repositories under synchronization-primitives topic.
microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
neosmart/pevents
Implementation of Win32 events for *nix platforms, built on top of pthreads.
vertexclique/lever
Pillars for Transactional Systems and Data Grids
r-lib/nanonext
R binding for NNG (Nanomsg Next Gen)
ssteinberg/shared_futex
Fast, shared, upgradeable, non-recursive and non-fair mutex
rishitsaiya/CS314-OS-Lab
Operating Systems Lab Course (CS 314), IIT Dharwad
oleh-derevenko/mutexgear
MutexGear Library Preview
pharo-ide/ReadWriteLock
Implementation of reentral read write lock which described in https://en.wikipedia.org/wiki/Readers–writer_lock.
rishitsaiya/CS304-Operating-Systems-Theory
Operating Systems Theory Course (CS 304), IIT Dharwad
Whitelisted2/CS314-OS-Lab
This repository contains files related to Operating Systems Lab (Spring 2023).
WJSoftware/wjfe-async-workers
Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.
aprimadi/merkle-tree
Serializable merkle tree for data synchronization in Go
ANSANJAY/DiningPhilosophersSolution
An implementation of the Dining Philosophers problem, focusing on concurrency control via mutexes and semaphores. This repo demonstrates how to manage multiple processes accessing shared resources, aiming to solve issues of deadlock and contention. Includes code examples and a guide.
darksidecat/aiopriman
library for managing asyncio synchronization primitives
dennisbabkin/macOS-tips-part-1
Demo project & blog post with a lowdown on critical sections, reader/writer locks, interactive login sessions, root user detection, CFString conversion in macOS.
efmsoft/syncme
A cross-platform implementation of such synchronization objects as Notification / Synchronization Events, Waitable Timers, Socket Event, Thread, as well as functions for waiting for signaled state. The wait functions are analogues of WaitForSingleObject and WaitForMultileObjects used on Windows. the last one can wait for objects of different types.
wasifaleem/Operating-Systems-OS161
Hack on OS161 Kernel to implement synchronization primitives, System calls with Process support and Virtual memory subsystem
Fabi8997/P2P-data-collector
A distributed peer-to-peer application implementing a system for sharing constantly updated data on the COVID-19 pandemic, developed for the computer networks exam for the computer engineering course at the University of Pisa.
rashchupkinr/Checkpoints
Synchronization primitive
vchernoy/concurrent
Monitor Synchronization in Examples
E1izabeth/SynchronizationPrimitives
Realization of most popular synchronization primitives for study
MokoSan/CSynchronizationInLinux
A set of examples related to synchronization and multithreading with C in Linux.
peter-bloomfield/shared_flag
A one-shot waitable boolean flag to facilitate safe and cooperative thread interruption in C++
Rhoxolan/System_Programming_Course
Practical works and homeworks on the subject "System programming" (15.08.2022 - 05.09.2022) at STEP IT Academy in Kryvyi Rih.