Home | History | Annotate | Download | only in source

Lines Matching refs:attach_timeout_abstime

1323                     struct timespec attach_timeout_abstime, *timeout_ptr = NULL;
1326 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
1327 timeout_ptr = &attach_timeout_abstime;
1379 struct timespec attach_timeout_abstime, *timeout_ptr = NULL;
1382 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
1383 timeout_ptr = &attach_timeout_abstime;