0
4.9kviews
Explain Semaphores in details?

Subject : Microcontroller and Embedded Programming

Topic : Embedded/Real Time Operating System

Difficulty : Medium

1 Answer
1
111views

SEMAPHORES :

A semaphore is a mechanism for controlling concurrent access to a shared resource. Instead of using operations to read and write a shared variable, a semaphore encapsulates the necessary shared data, and allows access only by a restricted set of operations.

There are two operations on a semaphore …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.