Home
last modified time | relevance | path

Searched refs:affinity (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/pthread/
DKconfig23 bool "Default pthread core affinity"
30 bool "No affinity"
/hal_espressif-3.6.0/components/mdns/
DKconfig29 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/
Dtest_initialization.cpp81 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/
Dfreertos-smp.rst48 …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
Dstartup.rst158 The main task core affinity is also configurable: :ref:`CONFIG_ESP_MAIN_TASK_AFFINITY`.
Dlwip.rst418 …PU time on the system, consider that the lwIP task has configurable CPU affinity (:ref:`CONFIG_LWI…
/hal_espressif-3.6.0/components/freemodbus/
DKconfig117 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/
DKconfig175 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/
Dpthread.rst148 …:not CONFIG_FREERTOS_UNICORE: - Core affinity / core pinning of new threads (overrides :ref:`CONFI…
/hal_espressif-3.6.0/components/lwip/
DKconfig702 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/
Dtasks.c4235 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/
DKconfig.in31 Can not specify no-affinity.
/hal_espressif-3.6.0/components/bt/host/nimble/
DKconfig.in104 Cannot specify no-affinity
/hal_espressif-3.6.0/components/bt/controller/esp32/
DKconfig.in157 Can not specify no-affinity.
/hal_espressif-3.6.0/components/bt/host/bluedroid/
DKconfig.in13 Can not specify no-affinity.