CS Electrical And Electronics
@cselectricalandelectronics

Repeat above two problem by replacing semaphores with mutex wherever possible

All Questions › Category: Operating System › Repeat above two problem by replacing semaphores with mutex wherever possible
Anonymous asked 3 years ago
1 Answers
Anonymous answered 3 years ago

These two problems:

  1. Implement producer-consumer problem using Stack operations using semaphores
  2. Implement producer-consumer problem using circular buffer operations using semaphores