zephyr::raw

Function k_thread_timeout_expires_ticks

source
pub unsafe extern "C" fn k_thread_timeout_expires_ticks(
    thread: *const k_thread,
) -> i64
Expand description

@brief Get time when a thread wakes up, in system ticks

This routine computes the system uptime when a waiting thread next executes, in units of system ticks. If the thread is not waiting, it returns current system time.