Home
last modified time | relevance | path

Searched refs:pin_to_core (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/pthread/include/
Desp_pthread.h34 …int pin_to_core; ///< The core id to pin the thread to. Has the same value range as xCoreId arg… member
/hal_espressif-2.7.6/components/pthread/
Dpthread.c183 .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()
/hal_espressif-2.7.6/examples/cxx/pthread/main/
Dcpp_pthread.cpp79 cfg.pin_to_core = core_id; in create_config()