Searched refs:xCoreID (Results 1 – 8 of 8) sorted by relevance
291 BaseType_t xCoreID; /*< Core this task is pinned to */ member525 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() argument642 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() argument678 configASSERT( (xCoreID>=0 && xCoreID<configNUM_CORES) || (xCoreID==tskNO_AFFINITY) ); in xTaskCreateStaticPinnedToCore()[all …]
336 bool "Enable display of xCoreID in vTaskList"
168 …BaseType_t xCoreID; /*!< Core this task is pinned to (0, 1, or -1 for… member350 const BaseType_t xCoreID);509 const BaseType_t xCoreID );
35 const BaseType_t xCoreID);
90 int xCoreID; /**< Core affinity of the driver's task */ member
136 const BaseType_t xCoreID) in xTaskCreatePinnedToCore() argument
69 .xCoreID = 0410 driver_config->driver_task_priority, &driver_task_h, driver_config->xCoreID); in cdc_acm_host_install()
88 …nctions API differ from their vanilla counter parts by having an extra ``xCoreID`` parameter that …