Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 2 of 2) sorted by relevance

/kernel/
A Dtimeout.c336 uint64_t now, remaining; in sys_timepoint_timeout() local
346 remaining = (timepoint.tick > now) ? (timepoint.tick - now) : 0; in sys_timepoint_timeout()
347 return K_TICKS(remaining); in sys_timepoint_timeout()
A DKconfig108 until the remaining work is finished. As this breaks the

Completed in 10 milliseconds