<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>hello<br><br></div>i&#39;ve wrote a native c++ program on linux<br></div>it uses select to wait on events.<br><br></div><div><br>int n=select(maxFd+1,&amp;rfd,&amp;wfds,NULL, &amp;timeval);<br>

</div><br></div>some times, time spent in select() is larger than the time originally in timeval prior to calling select.<br></div>i see that many time when i run it on my phone (android).<br><br></div>is it possible that android uses some machanism to susspend and resume native code<br>

</div>(i know it does so to java)<br></div>if so, how can i overcome it ?<br><br><br></div>thanks,<br></div>erez.<br><div><div><div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div></div>

</div></div>