What is the function of simple thread poll in embedded system?
Answer / Mithun Azad
Simple thread polling is a method used to manage threads in an embedded system. The main loop continuously checks for active threads and switches between them based on predefined priorities or time slices. It provides a basic level of concurrency and helps distribute the workload across multiple threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does input/output bus functions?
What is mutex in an embedded system?
What do you do to stay abreast of the latest technologies and tools?
Tell me what are the functional requirements that are used in the embedded systems?
What buses are used for communication in embedded system?
What is the purpose of using critical sections?
How are variables mapped across to the various memories by the c compiler?
Tell me is count down_to_zero loop better than count_up_loops?
Tell me what does dma address will deal with?
How does the addition of service orientation change systems? When is it appropriate to use?
Please explain what is semaphore?
What is the need for dmac in es?