Re: delayed execution
"Hendrik Visage" <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
On Dec 21, 2007 8:07 AM, vibi <[email protected]> wrote: > hello, > is there any function to delay the execution of a user defined > function . What do you want to achieve? > i know about sleep . is there any thing other. Why not sleep or usleep? you might consider sched_yield() or the alarm()/ualarm() based functions -- Hendrik Visage