Example implementations of spinlocks
-
Updated
Dec 15, 2020 - C++
Example implementations of spinlocks
Pure C++ non stack displacement that implements cooperative multitask library for SINGLE CORE embedded development on DSPs, Microcontrollers and Processor (ARV, RISCV, ARM(all), TENSY, ESP), while also suitable for applications on Windows, Linux and MacOs and compatible with some RTOSs as well. This library allows full event driven applications …
A multi-threaded program that compresses files using semaphores, locks, and RLE.
Threading utilities: object oriented (read/write) locking and more.
A secure file encryption and decryption tool written in C++, utilizing advanced synchronization mechanisms like semaphores and locks to ensure data integrity and safety.
A multi-threaded traffic simulation showing vehicular movement in a city
Udacity ND - Project 4 - Concurrent Programming
A chatting application, designed along the lines of IRC. Made as a course assignment for Network Security (CSE550)
Multithreaded Programming in C++ for Course CSCI B524
Header-only library for multithreaded programming
Some examples to show how threads and concurrency works in C++
Add a description, image, and links to the locks topic page so that developers can more easily learn about it.
To associate your repository with the locks topic, visit your repo's landing page and select "manage topics."