Concurrent Trie with different locking techniques (HOH, Single lock, Reader-Writer lock)
-
Updated
Dec 8, 2020 - C
Concurrent Trie with different locking techniques (HOH, Single lock, Reader-Writer lock)
Concurrent Trie Data Structure using Single Locking, Reader Writer's Locking and Hand over Hand Locking.
It is a simple kernel module implementation with threading and locking support using spinlock
A lightweight, generic, and optionally thread-safe dynamic array (vector) library in C89 compatible style.
Coursework for ECE 357 Computer Operating Systems
A dual-microcontroller embedded system for autonomous light detection and servo-based tracking using PIC16F877A processors. Features: interrupt-driven PWM control, asynchronous ring-buffer UART communication, adc conversion, and real-time light source following capabilities.
Readers and Writers lock with Priority Locking implementation for XINU OS.
This project is an implementation of thread and mutex in C to solve the problem of dining philosophers
Add a description, image, and links to the locking topic page so that developers can more easily learn about it.
To associate your repository with the locking topic, visit your repo's landing page and select "manage topics."