Can we use semaphore or mutex or spin lock in interrupt
context in linux kernel ?
Answer Posted / baazicha
You can give a binary semaphore from ISR.
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Tell me what are the uses of the keyword volatile?
Tell me about some of your hobby projects that you've written in your off time.
What are real-time embedded systems?
Can we use any function inside isr?
Describe, in as much detail as you think is relevant, as deeply as you can, what happens when I type "cnn.com" into a browser and press "go".
Can a volatile be constant? Like
How do you reduce interrupt latency?
Tell me what is the need for dmac in es?
Tell me what is the difference between hard real-time and soft real-time os?
How can you reduce interrupt latency?
What is a 'volatile' variable?
Tell me what are the commonly found errors in embedded systems?
Can you name the differences between object-oriented and component-based design?
Explain the significance of watchdog timer in embedded systems?
Tell me can we put breakpoint inside isr?