furi_thread_get_priority

Function furi_thread_get_priority 

Source
pub unsafe extern "C" fn furi_thread_get_priority(
    thread: *mut FuriThread,
) -> FuriThreadPriority
Expand description

Get the priority of a FuriThread.

§Arguments

  • thread (direction in) - pointer to the FuriThread instance to be queried

§Returns

priority level value