Can we use semaphore or mutex or spin lock in interrupt
context in linux kernel ?
Answer Posted / jagannath
spinlock with irq saved is the best choice in interrupt
handler.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the need for an infinite loop in embedded systems?
What are the rules followed by mutexes?
What is continuous integration? Have you used it and why is it important?
Explain what is the difference between mutexes and semaphores?
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
Why is it better to use multi-threading polling instead of a single threading model?
What buses are used for communication in embedded system?
What is the significance of watchdog timer in es?
How might a task-based model differ from a threaded model?
What are the different types of system involved in embedded system?
What are real-time embedded systems?
What is your experience with qa engineering?
What are recursive functions? Can we make them in line?
What is inversion of control? How does that relate to dependency injection?
What is the purpose of a watchdog timer?