Is tasklets or workqueues or softirqs are scheduled by the
scheduler?
Answer Posted / hari!!!!!!!!!!!!!!
no
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How does the interrupts handle by using the threads?
Explain what is interrupt latency? How can you reduce it?
What are some examples of anti-patterns?
A vast majority of high performance embedded systems today use risc architecture why?
what is a pure function in arm terminology?
Explain the significance of watchdog timer in embedded systems?
What are the different types of customizations that is used with the “volatile” keyword?
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
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?
Tell me why is it better to use multi-threading polling then single threading model?
What is risc architecture?
What is the size of the int, char and float data types?
Tell me what are the uses of the keyword volatile?
What are the differences between mocks and stubs/fakes and where you might use them.
Explain what happens when recursion functions are declared inline?