Searched refs:time_start (Results 1 – 1 of 1) sorted by relevance
282 int64_t time_start = static_cast<int64_t>(get_ns_monotonic(false)); in magma_poll() local284 int64_t abs_timeout_ns = time_start + timeout_ns; in magma_poll()286 if (abs_timeout_ns < time_start) { in magma_poll()306 if (!warned_for_long_poll && time_now - time_start > 5000000000) { in magma_poll()307 ALOGE("magma_poll: long poll detected (%lu us)", (time_now - time_start) / 1000); in magma_poll()