Accenture technical round question.
Question: What is difference between binary semaphore and mutex?
- 2684 Views
- 1 Answers
1 Answers
-
-
- 23 Jun
- 0 Comment
-
- How many candidates apply for the Accenture Recruitment?
- For all MNC Companies eligibility
- Do Accenture asks coding section in its first round(apptitude round)?
- FOR ACCENTURE SELECTION PROCESS
- I wants to apply in Accenture, what is the selection process in Accenture?
- When will be the Accenture off campus placement held in Bangalore?
- Need technical round questions for Accenture.
- Accenture placement question
- i have all the modules(quant,verbal, reasoning, automata) papers of cognizant and infosys and capgemini and tcs, ibm, mindtree, accenture .. and also i have Amcat, cocubes,elitmus materials , if anyon
- What is the required Eligibility Criteria for Accenture placement?
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.