* delayed execution
@ 2007-12-21 6:07 vibi
2008-01-03 10:47 ` Hendrik Visage
0 siblings, 1 reply; 2+ messages in thread
From: vibi @ 2007-12-21 6:07 UTC (permalink / raw)
To: Linux C Programming List
hello,
is there any function to delay the execution of a user defined
function .
i know about sleep . is there any thing other.
thanks in advance
regards
vibi sreenivasan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: delayed execution
2007-12-21 6:07 delayed execution vibi
@ 2008-01-03 10:47 ` Hendrik Visage
0 siblings, 0 replies; 2+ messages in thread
From: Hendrik Visage @ 2008-01-03 10:47 UTC (permalink / raw)
To: vibi_sreenivasan; +Cc: Linux C Programming List
On Dec 21, 2007 8:07 AM, vibi <vibi_sreenivasan@cms.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-03 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 6:07 delayed execution vibi
2008-01-03 10:47 ` Hendrik Visage
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).