Home
last modified time | relevance | path

Searched refs:xCoreID (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dtasks.c291 BaseType_t xCoreID; /*< Core this task is pinned to */ member
525 static void prvAddCurrentTaskToDelayedList( const portBASE_TYPE xCoreID,
610 BaseType_t xCoreID ) PRIVILEGED_FUNCTION;
618 BaseType_t xCoreID ) PRIVILEGED_FUNCTION;
638 void taskYIELD_OTHER_CORE( BaseType_t xCoreID, UBaseType_t uxPriority ) in taskYIELD_OTHER_CORE() argument
642 if (xCoreID != tskNO_AFFINITY) { in taskYIELD_OTHER_CORE()
643 …if ( pxCurrentTCB[ xCoreID ]->uxPriority < uxPriority ) { // NOLINT(clang-analyzer-core.NullDere… in taskYIELD_OTHER_CORE()
644 vPortYieldOtherCore( xCoreID ); in taskYIELD_OTHER_CORE()
671 const BaseType_t xCoreID ) in xTaskCreateStaticPinnedToCore() argument
678 configASSERT( (xCoreID>=0 && xCoreID<configNUM_CORES) || (xCoreID==tskNO_AFFINITY) ); in xTaskCreateStaticPinnedToCore()
[all …]
DKconfig336 bool "Enable display of xCoreID in vTaskList"
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h168 …BaseType_t xCoreID; /*!< Core this task is pinned to (0, 1, or -1 for… member
350 const BaseType_t xCoreID);
509 const BaseType_t xCoreID );
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
Dtask.h35 const BaseType_t xCoreID);
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h90 int xCoreID; /**< Core affinity of the driver's task */ member
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c136 const BaseType_t xCoreID) in xTaskCreatePinnedToCore() argument
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c69 .xCoreID = 0
410 driver_config->driver_task_priority, &driver_task_h, driver_config->xCoreID); in cdc_acm_host_install()
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst88 …nctions API differ from their vanilla counter parts by having an extra ``xCoreID`` parameter that …