sleep_on_timeout not timing out
"Fahd Abidi" <[email protected]> Wed, 11 Jun 2008 10:27:43 -0400
| Newsgroups | gmane.comp.hardware.motorola.microcontrollers.coldfire |
|---|---|
| Message-ID | <071DB0C788671B48940BC79F8B4930693103D2@ultsol01.tewks.ultsol.local> |
X-SpamDetect-Info: ------------- Start ASpam results --------------- X-SpamDetect-Info: This message may be spam. This message BODY has been altered to show you the spam information X-SpamDetect: *****: 5.100000 DodgySource=2.0, SPF Default Fail=2.5, X-Verify-SMTP present=0.6 X-SpamDetect-Info: ------------- End ASpam results ----------------- Hello, I have another issue, I'm using a 2.4 UClinux Kernel and am using the interruptible_sleep_on_timeout function to wait till an interrupt occurs or until the timeout expires. What I am seeing is that I never seem to time out the first time, I hit this function and then have to CTRL+C to interrupt the sleep, upon which my code begins to execute again, it will loop back to this exact same function again and the second and third time it will timeout and pass thru, but not the first. Has anyone seen this issue before? Fahd Abidi