Searched refs:computed_timeout (Results 1 – 1 of 1) sorted by relevance
4809 uint64_t computed_timeout = timeout_usec / 2; in RunThreadPlan() local4810 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()