Skip to content
#

race-condition-prevention

Here are 17 public repositories matching this topic...

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

  • Updated Dec 15, 2022
  • C

Implementação de um simulador de um estacionamento campus utilizando programação paralela, sincronização e resolução de deadlocks. Trabalho realizado no 4º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Sistemas Operacionais.

  • Updated Dec 29, 2016
  • C

Improve this page

Add a description, image, and links to the race-condition-prevention topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the race-condition-prevention topic, visit your repo's landing page and select "manage topics."

Learn more