Function esp_idf_svc::sys::pcTaskGetName

source ยท
pub unsafe extern "C" fn pcTaskGetName(
    xTaskToQuery: *mut tskTaskControlBlock,
) -> *mut i8
Expand description

@return The text (human readable) name of the task referenced by the handle xTaskToQuery. A task can query its own name by either passing in its own handle, or by setting xTaskToQuery to NULL.

\ingroup TaskUtils