Altera_Forum
Honored Contributor
20 years agosimple friendly wait timer?
Hello,
I just want a simple OS friendly wait timer. I want to wait for 20ms and then continue my loop. However, I dont want just write some proccesor intensive loop (which obviously doesnt work in a multitasking enviroment) I just want some OS wait() or sleep() function where you specifey the time in milliseconds, and the application sleeps, returns the proccesor to the OS, and then wakes up to finish what it was doing in 20 milliseconds. Is there such a function built into C? What do I need to include to access this? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/blink.gif Thanks.