What is the function of simple thread poll in embedded system?



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

Post New Answer

More Embedded Systems AllOther Interview Questions

How does input/output bus functions?

1 Answers  


What is mutex in an embedded system?

1 Answers  


What do you do to stay abreast of the latest technologies and tools?

1 Answers  


Tell me what are the functional requirements that are used in the embedded systems?

1 Answers  


What buses are used for communication in embedded system?

1 Answers  


What is the purpose of using critical sections?

1 Answers  


How are variables mapped across to the various memories by the c compiler?

1 Answers  


Tell me is count down_to_zero loop better than count_up_loops?

1 Answers  


Tell me what does dma address will deal with?

1 Answers  


How does the addition of service orientation change systems? When is it appropriate to use?

1 Answers  


Please explain what is semaphore?

1 Answers  


What is the need for dmac in es?

1 Answers  


Categories