+ All Categories
Home > Documents > Mutual Exclusion (Mutex) With a Semaphore

Mutual Exclusion (Mutex) With a Semaphore

Date post: 21-Nov-2015
Category:
Upload: prabhakar-captain
View: 43 times
Download: 0 times
Share this document with a friend
Description:
Concept about MUTEX and its programming explanation
Popular Tags:
38
MUTUAL EXCLUSION (MUTEX) WITH SEMAPHORES G.PRABHAKAR, M.Tech, Ph.D Assistant Professor, Syed Ammal Engineering College.
Transcript
  • MUTUAL EXCLUSION (MUTEX) WITH SEMAPHORESG.PRABHAKAR, M.Tech, Ph.DAssistant Professor,Syed Ammal Engineering College.

  • Definition from the Author RajkamalMutexWhen a binary semaphore is used to at the beginning and end of critical sections in two or more tasks such that at any instance only one section code can run, then the semaphore is called mutex


Recommended