added sleep quantum correction using epicsThreadSleepQuantum()
This commit is contained in:
@@ -315,6 +315,13 @@ void fdManager::reschedule ()
|
||||
{
|
||||
}
|
||||
|
||||
double fdManager::quantum ()
|
||||
{
|
||||
// hopefully its a reasonable guess that select() and epicsThreadSleep()
|
||||
// will have the same sleep quantum
|
||||
return epicsThreadSleepQuantum ();
|
||||
}
|
||||
|
||||
//
|
||||
// lookUpFD()
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user