Home
last modified time | relevance | path

Searched full:batch_duration (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_with_message_pump_impl.cc412 const base::TimeDelta batch_duration = in DoWorkImpl() local
416 batch_duration.is_zero() in DoWorkImpl()
421 // Loops for |batch_duration|, or |work_batch_size| times if |batch_duration| in DoWorkImpl()
424 (!batch_duration.is_zero() && in DoWorkImpl()
425 (recent_time.value() - start_time.value()) < batch_duration) || in DoWorkImpl()
426 (batch_duration.is_zero() && in DoWorkImpl()
495 // if |batch_duration| > 0, store the clock value in `recent_time` so it can in DoWorkImpl()
497 if (lazy_now_after_run_task.has_value() || !batch_duration.is_zero()) { in DoWorkImpl()
/aosp_15_r20/external/pigweed/pw_sensor/
H A Dattributes.yaml22 batch_duration: