Searched refs:postAt (Results 1 – 4 of 4) sorted by relevance
44 postAt(TimerClock::now() + time, f); in postIn()48 void postAt(const T& targetTime, std::function<void()> f) { in postAt() function
83 void postAt(nsecs_t time, F&& func) { in postAt() function94 postAt(0, std::forward<F>(func)); in post()
153 queue().postAt(toNsecs_t(runAt.time_since_epoch()).count(), in frameCallback()
469 renderThread->queue().postAt(estimatedNextVsync + 8_ms, task); in prepareToDraw()