furi_thread_enumerate

Function furi_thread_enumerate 

Source
pub unsafe extern "C" fn furi_thread_enumerate(
    thread_list: *mut FuriThreadList,
) -> bool
Expand description

Enumerate all threads.

§Arguments

  • thread_list (direction out) - pointer to the FuriThreadList container

§Returns

true on success, false otherwise