Function esp_idf_hal::sys::pcTaskGetName

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

@cond !DOC_EXCLUDE_HEADER_SECTION task. h @code{c} char *pcTaskGetName( TaskHandle_t xTaskToQuery ); @endcode @endcond

@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.

@cond !DOC_SINGLE_GROUP \defgroup pcTaskGetName pcTaskGetName @endcond \ingroup TaskUtils