producerconsumer
There are 10 repositories under producerconsumer topic.
noamyogev84/ConcurrentPriorityQueue
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
RazaRizvii/Operating-System-Semaphore--Producer-and-Consumer-are-part-of-an-application.-The-producer-access-a
Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum
anderson-rancan/crossfire
Crossfire blog code for posts, articles and examples
osamaayub/OperatingSystem
Pthreads and scychronization Topics
PierceGriffiths/Producer-Consumer
Implementation of the producer-consumer problem written in C
potterhead2828/Proyecto1SO
Implementacion en java con semaforos al problema productor/consumidor y lector/escritor.
SonalDhanetwal19/Java_Examples
This repository contains following examples:
othmane099/Producer-ProducerConsumer-Consumer-Model
This is a simulation of the model Producer-ProducerConsumer-Consumer.
yousefkotp/Producer-Consumer-Implementation
An implementation of the producer-consumer problem which is visually aided with dashboard to view the current commodities being produced and consumed, the program is implemented using shared memory, semaphores and mutexes in C.