Answer Posted / rohil
The mutex (mutually exclusion) variables are used thread
synchroniization and for protecting the shared memory(data
segment) when multiple writes occur
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Explain what is size of character, integer, integer pointer, character pointer?
What are the most common errors you've found in embedded systems and how have you resolved them?
Tell me what is difference between binary semaphore and mutex?
Why is it better to use multi-threading polling instead of a single threading model?
What kinds of problems can you hit with locking model?
What is inversion of control?
How can you optimize the i/o performance?
How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
If your database was under a lot of strain, what are the first few things you might consider to speed it up?
Explain how to reduce interrupt latency?
What are the qualifiers in c?
What is continuous integration? Why is it important?
What is the use of having the const qualifier?
what is the difference between embedded systems and the system in which rtos is running?