Searched refs:pin_to_core (Results 1 – 3 of 3) sorted by relevance
34 …int pin_to_core; ///< The core id to pin the thread to. Has the same value range as xCoreId arg… member
183 .pin_to_core = get_default_pthread_core() in esp_pthread_get_default_config()264 if (pthread_cfg->pin_to_core >= 0 && pthread_cfg->pin_to_core < portNUM_PROCESSORS) { in pthread_create()265 core_id = pthread_cfg->pin_to_core; in pthread_create()
79 cfg.pin_to_core = core_id; in create_config()