Skip to content

Trabalho feito para a segunda prova da disciplina de Sistemas Operacionais II da Universidade Federal do Maranhão (UFMA) semestre 2022.1

Notifications You must be signed in to change notification settings

getHibou/Parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Parking problem

[PT/BR] - O trabalho consistia em implementar com o auxílio da biblioteca Pthread, o problema do estacionamento que usa um semáforo de contagem para controlar o acesso ao interior do estacionamento (O recurso compartilhado). Inicialmente, a ideia proposta é controlar o interior do estacionamento com no máximo 100 carros, e, por conseguinte, simular a chegada dos carros atribuando tempos distintos para os tempos de permanência destes dentro do estacionamento.

[ENG] - The work consisted in implementing, with the help of the Pthread library, the parking problem that uses a counting traffic light to control the access to the interior of the parking lot (The shared resource). Initially, the proposed idea is to control the interior of the parking lot with at most 100 cars, and therefore simulate the arrival of the cars by assigning different times for their dwell times inside the parking lot.

About

Trabalho feito para a segunda prova da disciplina de Sistemas Operacionais II da Universidade Federal do Maranhão (UFMA) semestre 2022.1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages