Function esp_idf_hal::sys::esp_pthread_get_cfg

source ·
pub unsafe extern "C" fn esp_pthread_get_cfg(
    p: *mut esp_pthread_cfg_t,
) -> i32
Expand description

@brief Get current pthread creation configuration

This will retrieve the current configuration that will be used for creating threads.

@param p Pointer to the pthread config structure that will be updated with the currently configured parameters

@return - ESP_OK if the configuration was available - ESP_ERR_NOT_FOUND if a configuration wasn’t previously set