Searched refs:target_time_ms (Results 1 – 2 of 2) sorted by relevance
114 int64_t target_time_ms, in PostAt() argument118 rtc::Thread::PostAt(posted_from, target_time_ms, phandler, id, pdata); in PostAt()120 next_run_time_ = std::min(next_run_time_, Timestamp::Millis(target_time_ms)); in PostAt()
54 int64_t target_time_ms,