producer-consumer, bounded buffer, semaphores and mutexes
-
Updated
Aug 5, 2016 - C
producer-consumer, bounded buffer, semaphores and mutexes
A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs
Concurrent Programming in C (3rd year - 5th semester)
Process Mutex Vulnerability Assessment Tool
OS PRACTICAL IMPLEMENTATION
A simple POSIX threading library for MATLAB Coder
Algorithm devised by Boleslaw Szymanski. This MutEx has linear wait and only 5 communication variables
Solution for Doctor on Night Duty problem using semaphores and mutexes
Codes and file for ECEN 5863, Embedded Machine Vision & Intelligent Automation. Final project implements a driving assist program with custom scheduler and resource management between threads.
A multi-threaded program that demonstrates "bound-buffer" problem using POSIX threads semaphores and mutexes
Test driven golang exercises.
An implementation of three different, collaborative applications (web creator, server, crawler), using threads (producer-consumers), shared memory, mutexes and sockets.
A simple multi user client/server chat application written in Go using less than 250 loc. Useful to learn how to deal with concurrency in Go (goroutines, channels, and mutexes).
Repository for SOPE course's first group work
The following program simulates a professor scheduling their shared office hours with students from two different classes.
In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory.
Add a description, image, and links to the mutexes topic page so that developers can more easily learn about it.
To associate your repository with the mutexes topic, visit your repo's landing page and select "manage topics."