Sets the simulated time to the argument. Wakes up any threads whose sleeps have now expired. Returns the number of woken threads.
Declared in <absl/time/simulated_clock.h>
<absl/time/simulated_clock.h>
int64_t SetTime(absl::Time t);
The number of woken threads.