lkml.org 
[lkml]   [1999]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjecttimeout in task struct...
Date
Hi

For short delays in threads, earlier one was able to use

current->timeout = x;
current->state = TASK_INTERRUPTIBLE;
schedule();
current->timeout = 0;

in 2.2.5 kernel looks like this field has disappeared. should we have to do
the
queue on wait task and use wakeup from timer to do this now?

Cheers,
ashokr



-
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:52    [W:0.103 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site