Re: understanding cpuidle

2014-10-21 Thread Arun KS
Hi Ran, On Thu, Oct 16, 2014 at 1:12 PM, Ran Shalit ransha...@gmail.com wrote: Hello, I try to understand the cpuidle main concept but have some difficulties. I could not find any documentation to explain the cpuidle. what does it mean that it enters idle when no thread to run ?if I have

understanding cpuidle

2014-10-16 Thread Ran Shalit
Hello, I try to understand the cpuidle main concept but have some difficulties. I could not find any documentation to explain the cpuidle. what does it mean that it enters idle when no thread to run ?if I have only one process which does only while(1) { printf(C); mdelay(1000); } Can I expect