lkml.org 
[lkml]   [1999]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjecthow do I know if timeout succeeded?
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.017 / U:0.460 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site