Home
last modified time | relevance | path

Searched refs:tskNO_AFFINITY (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h515 #define configTIMER_SERVICE_TASK_CORE_AFFINITY tskNO_AFFINITY
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c99 _Static_assert( tskNO_AFFINITY == CONFIG_FREERTOS_NO_AFFINITY, "incorrect tskNO_AFFINITY value" );
/Kernel-v11.0.1/include/
Dtask.h202 #define tskNO_AFFINITY ( ( UBaseType_t ) -1 ) macro
/Kernel-v11.0.1/
Dtimers.c73 #define configTIMER_SERVICE_TASK_CORE_AFFINITY tskNO_AFFINITY
Dtasks.c1321 pxNewTCB->uxCoreAffinityMask = tskNO_AFFINITY; in xTaskCreateStatic()
1438 pxNewTCB->uxCoreAffinityMask = tskNO_AFFINITY; in xTaskCreateRestrictedStatic()
1556 pxNewTCB->uxCoreAffinityMask = tskNO_AFFINITY; in xTaskCreateRestricted()
1729 pxNewTCB->uxCoreAffinityMask = tskNO_AFFINITY; in xTaskCreate()