Searched refs:next_deadline (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/psutils/
H A Dkstats.c250 zx_time_t next_deadline = zx_deadline_after(delay); local
288 zx_nanosleep(next_deadline);
H A Dtop.c291 zx_time_t next_deadline = zx_deadline_after(delay); local
344 zx_nanosleep(next_deadline);
/fuchsia/zircon/system/dev/bus/virtio/
H A Dgpu.cpp379 zx_time_t next_deadline = zx_clock_get_monotonic(); local
382 zx_nanosleep(next_deadline);
422 next_deadline, handles, displayed_fb_ != nullptr);
425 next_deadline = zx_time_add_duration(next_deadline, period);

Completed in 82 milliseconds