Searched defs:attach_timeout_abstime (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1323 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; local
1326 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
1327 timeout_ptr = &attach_timeout_abstime;
1379 struct timespec attach_timeout_abstime, *timeout_ptr = NULL; local
1382 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, waitfor_duration, 0);
1383 timeout_ptr = &attach_timeout_abstime;
H A DRNBRemote.cpp3178 struct timespec attach_timeout_abstime; local
3179 DNBTimer::OffsetTimeOfDay(&attach_timeout_abstime, 30, 0);
3180 attach_pid = DNBProcessAttach(attach_pid, &attach_timeout_abstime, err_str, sizeof(err_str));

Completed in 115 milliseconds