Home
last modified time | relevance | path

Searched refs:computed_timeout (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DProcess.cpp4809 uint64_t computed_timeout = timeout_usec / 2; in RunThreadPlan() local
4810 if (computed_timeout > default_one_thread_timeout_usec) in RunThreadPlan()
4811 computed_timeout = default_one_thread_timeout_usec; in RunThreadPlan()
4812 one_thread_timeout.OffsetWithMicroSeconds(computed_timeout); in RunThreadPlan()