Searched refs:affinity (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/components/pthread/ |
D | Kconfig | 23 bool "Default pthread core affinity" 30 bool "No affinity"
|
/hal_espressif-3.6.0/components/mdns/ |
D | Kconfig | 29 prompt "mDNS task affinity" 32 Allows setting mDNS tasks affinity, i.e. whether the task is pinned to 36 bool "No affinity"
|
/hal_espressif-3.6.0/components/cxx/test/ |
D | test_initialization.cpp | 81 static int start_slow_init_task(int id, int affinity) in start_slow_init_task() argument 84 reinterpret_cast<void*>(id), 3, NULL, affinity) ? 1 : 0; in start_slow_init_task()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | freertos-smp.rst | 48 …icular core. Therefore, threads in an SMP systems will also have a core affinity that specifies wh… 83 However, in an SMP system, tasks need to be assigned a particular affinity. Therefore, ESP-IDF prov… 85 - :cpp:func:`xTaskCreatePinnedToCore` creates a task with a particular core affinity. The task's me… 86 - :cpp:func:`xTaskCreateStaticPinnedToCore` creates a task with a particular core affinity. The tas… 88 …meter that is used to specify the created task's core affinity. The valid values for core affinity… 116 …ore and the task's memory is freed by one of the idle tasks (depending on the task's core affinity) 151 - The task has a compatible affinity (i.e., is either pinned to that core or is unpinned) 154 …rity ready state tasks are always run by the scheduler as a task's core affinity must also be acco… 219 Task B cannot be run due to incompatible affinity, so core 1 skips to Task C. 243 Task D cannot be run due to incompatible affinity, so core 1 skips to Task A
|
D | startup.rst | 158 The main task core affinity is also configurable: :ref:`CONFIG_ESP_MAIN_TASK_AFFINITY`.
|
D | lwip.rst | 418 …PU time on the system, consider that the lwIP task has configurable CPU affinity (:ref:`CONFIG_LWI…
|
/hal_espressif-3.6.0/components/freemodbus/ |
D | Kconfig | 117 prompt "Modbus task affinity" 121 … Allows setting the core affinity of the Modbus controller task, i.e. whether the task is pinned to 125 bool "No affinity"
|
/hal_espressif-3.6.0/components/esp_system/ |
D | Kconfig | 175 prompt "Main task core affinity" 178 Configure the "main task" core affinity. This is the used core of the task 187 bool "No affinity"
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 148 …:not CONFIG_FREERTOS_UNICORE: - Core affinity / core pinning of new threads (overrides :ref:`CONFI…
|
/hal_espressif-3.6.0/components/lwip/ |
D | Kconfig | 702 prompt "TCP/IP task affinity" 705 Allows setting LwIP tasks affinity, i.e. whether the task is pinned to 710 bool "No affinity"
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 4235 int affinity = tgt_tcb->xCoreID; in prvCheckTasksWaitingTermination() local 4240 … if(affinity == core || affinity == tskNO_AFFINITY){ //Find first item not pinned to other core in prvCheckTasksWaitingTermination()
|
/hal_espressif-3.6.0/components/bt/controller/esp32s3/ |
D | Kconfig.in | 31 Can not specify no-affinity.
|
/hal_espressif-3.6.0/components/bt/host/nimble/ |
D | Kconfig.in | 104 Cannot specify no-affinity
|
/hal_espressif-3.6.0/components/bt/controller/esp32/ |
D | Kconfig.in | 157 Can not specify no-affinity.
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/ |
D | Kconfig.in | 13 Can not specify no-affinity.
|