how do I know if timeout succeeded?

Raju K. V. (rajukv@wipinfo.soft.net)
Tue, 17 Aug 1999 20:34:03 +0530 (IST)


hi,

I have some code:

struct timer_list timer;
.
.
.

init_timer(&timer);
timer.data=xx;
timer.expires=jiffies + HZ
timer.function=myfunc;
add_timer(&timer);
.
.
.

How do I know whether myfunc() is successfully scheduled?

Thanks in advance,
Raju

ps: please cc me in your replies.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/