Searched refs:postAt (Results 1 – 4 of 4) sorted by relevance
38 postAt(std::chrono::steady_clock::now() + time, f); in postIn()42 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()
139 queue().postAt(runAt, [=]() { dispatchFrameCallbacks(); }); in frameCallback()
399 renderThread->queue().postAt(estimatedNextVsync + 8_ms, task); in prepareToDraw()