callout_reset()?

Is there any equivalent function/system call in QNX for
callout_reset(),callout_init() etc? Basically i am looking for a mechanism
by which i need to call a function with a parameter after a specified length
of time.Any other mechanism to achieve this will also be great.

Thanks in advance.

Sreekanth

Sreekanth <sreekanth@cambira.com> wrote:

Is there any equivalent function/system call in QNX for
callout_reset(),callout_init() etc? Basically i am looking for a mechanism
by which i need to call a function with a parameter after a specified length
of time.Any other mechanism to achieve this will also be great.

A timer that delivers a signal and a signal handler for that signal.

-David

QNX Training Services
http://www.qnx.com/support/training/
Please followup in this newsgroup if you have further questions.