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
A vast majority of high performance embedded systems today use risc architecture why?
Explain the differences between analytical and computational modeling?
What is the difference between asynchrony and concurrency?
Tell me can a pointer be volatile?
How does combination of functions reduce memory reuirement in embedded system?
What is null pointer and what is its use?
What is the difference between unit test and integration test?
Give an example of troubleshooting on embedded targets. Explain the process step-by-step.
How do the mvp, mvc, and mvvm patterns relate?
what is embedded system in a computer system?
What's your experience with technical documentation?
If you buy some rtos, what are the features you look for in?
How do you reduce interrupt latency?
What is an embedded system?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?