Computer Science, asked by TbiaSamishta, 11 months ago

Atomic operation(s) permissible on Semaphores is/are?

Answers

Answered by aqibkincsem
0

Two Atomic operation(s) permissible on Semaphores are Wait and Signals.


Basic Concept. Semaphores, another important contribution by E. W. A semaphore is an object with two methods Wait and Signal, a private integer counter and a private queue (of threads).


Suppose S is a semaphore whose private counter has been initialized to a non-negative integer.

Similar questions