Accenture technical round question.
Question: What is difference between binary semaphore and mutex?
- 2687 Views
- 1 Answers
1 Answers
-
-
- 23 Jun
- 0 Comment
-
- Syntel question papers for software companies in 2019
- What is the application date for the Accenture Recuritment?
- what should be approach to pass the ACCENTURE'S APTITUDE round for fresher that to on
oncampus drive?
- FOR ACCENTURE SELECTION PROCESS
- Tips and tricks for written exam in Accenture?
- Question from verbal section of Accenture exam
- How much does a managing director at Accenture make?
- Is Accenture a product based company?
- hi ...I have two year gap after my graduation..two years took Gate coaching. currently I'm doing M.Tech.I am eligible for Accenture ??
- Do Accenture asks coding section in its first round(apptitude round)?
Practice Mock Test
accenture
Hi vishalbr /strongThe differences between binary semaphore and mutex are very simple:/strongbr /br /- Mutex is used exclusively for mutual exclusion. Both mutual exclusion and synchronization can be used by binary.br /- A task that took mutex can only give mutex.br /- From an ISR a mutex cannot be given.br /- Recursive taking of mutual exclusion semaphores is possible. This means that a task that holds before finally releasing a semaphore, can take the semaphore more than once.br /- Options for making the task which takes as DELETE_SAFE are provided by Mutex, which means the task deletion is not possible when holding the mutex.