0
4.1kviews
Describe semaphore with suitable example.
1 Answer
written 6.2 years ago by |
Semaphores: It is a system of sending message by using flags. Multiple concurrent threads of execution with an application must be able to synchronize their execution & co-ordinate mutually exclusive access to shared resources. To fulfill these requirement RTOS kernel provides a semaphore object that one or more threads of …