Searched refs:remaining (Results 1 – 2 of 2) sorted by relevance
336 uint64_t now, remaining; in sys_timepoint_timeout() local346 remaining = (timepoint.tick > now) ? (timepoint.tick - now) : 0; in sys_timepoint_timeout()347 return K_TICKS(remaining); in sys_timepoint_timeout()
108 until the remaining work is finished. As this breaks the
Completed in 10 milliseconds