Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/
Dtasks.c252 #if configNUM_CORES > 1
367 PRIVILEGED_DATA TCB_t * volatile pxCurrentTCB[configNUM_CORES] = {NULL};
378 PRIVILEGED_DATA static List_t xPendingReadyList[ configNUM_CORES ]; /*< Tasks …
409 PRIVILEGED_DATA static volatile BaseType_t xYieldPending[configNUM_CORES] = {pdFALSE};
413 PRIVILEGED_DATA static TaskHandle_t xIdleTaskHandle[configNUM_CORES] = {NULL}; /*< Holds the han…
423 PRIVILEGED_DATA static volatile UBaseType_t uxSchedulerSuspended[configNUM_CORES] = {( UBaseType_t …
429 …PRIVILEGED_DATA static uint32_t ulTaskSwitchedInTime[configNUM_CORES] = {0U}; /*< Holds the value …
437 PRIVILEGED_DATA static volatile BaseType_t xSwitchingContext[ configNUM_CORES ] = { pdFALSE };
650 for (i=0; i<configNUM_CORES; i++) { in taskYIELD_OTHER_CORE()
678 configASSERT( (xCoreID>=0 && xCoreID<configNUM_CORES) || (xCoreID==tskNO_AFFINITY) ); in xTaskCreateStaticPinnedToCore()
[all …]
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_utilities.c28 for (int core = 0; core < configNUM_CORES; core++) {
87 for (int core = 0; core < configNUM_CORES; core++) {
Dtest_freertos_scheduling_round_robin.c54 static uint32_t total_iter_count[configNUM_CORES] = {0};
/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c79 for (i = 0; i < configNUM_CORES; i++) { in uxTaskGetSnapshotAll()
177 for (i = 0; i < configNUM_CORES; i++) { in pxTaskGetNext()
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h321 #define configNUM_CORES portNUM_PROCESSORS macro