[#absl-SimulatedClock-AdvanceTime] = xref:absl.adoc[absl]::xref:absl/SimulatedClock.adoc[SimulatedClock]::AdvanceTime :relfileprefix: ../../ :mrdocs: Advances the simulated time by the specified duration. Wakes up any threads whose sleeps have now expired. Returns the number of woken threads. == Synopsis Declared in `<absl/time/simulated_clock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t AdvanceTime(xref:absl/Duration.adoc[absl::Duration] d); ---- == Return Value The number of woken threads. == Parameters [cols="1,4"] |=== | Name| Description | *d* | The duration to advance the simulated time by. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#