The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
翻译 - Microsoft.VisualStudio.Threading是一个xplat库,它提供了Visual Studio和其他应用程序中使用的许多线程和同步原语。
Implementation of Win32 events for *nix platforms, built on top of pthreads.
Pillars for Transactional Systems and Data Grids
nanonext - R binding for NNG (Nanomsg Next Gen)
Fast, shared, upgradeable, non-recursive and non-fair mutex
Operating Systems Lab Course (CS 314), IIT Dharwad
MutexGear Library Preview
Operating Systems Theory Course (CS 304), IIT Dharwad
This repository contains files related to Operating Systems Lab (Spring 2023).
Implementation of reentral read write lock which described in https://en.wikipedia.org/wiki/Readers–writer_lock.
Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.
Serializable merkle tree for data synchronization in Go
Demo project & blog post with a lowdown on critical sections, reader/writer locks, interactive login sessions, root user detection, CFString conversion in macOS.
Hack on OS161 Kernel to implement synchronization primitives, System calls with Process support and Virtual memory subsystem
library for managing asyncio synchronization primitives
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 ...
A set of examples related to synchronization and multithreading with C in Linux.
Monitor Synchronization in Examples