Home
last modified time | relevance | path

Searched refs:tskIDLE_PRIORITY (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/components/freertos/test/
Dtest_spinlocks.c127 …xTaskCreatePinnedToCore(task_shared_value_increment, "INC0", 2048, NULL, tskIDLE_PRIORITY + 1 + i,…
128 …xTaskCreatePinnedToCore(task_shared_value_increment, "INC1", 2048, NULL, tskIDLE_PRIORITY + 1 + i,…
/hal_espressif-3.6.0/components/freertos/esp_additions/
Dtask_snapshot.c73 …} while( i > ( UBaseType_t ) tskIDLE_PRIORITY ); /*lint !e961 MISRA exception as the casts are onl… in uxTaskGetSnapshotAll()
175 while( i > tskIDLE_PRIORITY ); in pxTaskGetNext()
/hal_espressif-3.6.0/components/protocomm/include/transports/
Dprotocomm_console.h25 .task_priority = tskIDLE_PRIORITY + 3, \
Dprotocomm_httpd.h22 .task_priority = tskIDLE_PRIORITY + 5, \
/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/main/
Dkeep_alive.h15 .task_prio = tskIDLE_PRIORITY+1, \
/hal_espressif-3.6.0/components/esp_https_server/include/
Desp_https_server.h106 .task_priority = tskIDLE_PRIORITY+5, \
/hal_espressif-3.6.0/tools/test_apps/system/longjmp_test/main/
Dhello_world_main.c109 xTaskCreate(sjlj_task, "sjlj_task", 4096, (void *) i, tskIDLE_PRIORITY + 0, NULL); in app_main()
/hal_espressif-3.6.0/components/mdns/test/
Dtest_mdns.c18 vTaskPrioritySet(NULL, tskIDLE_PRIORITY); in yield_to_all_priorities()
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
Dapp_prov.c135 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
/hal_espressif-3.6.0/components/freertos/
Dtasks.c406 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY;
2447 for (int i = tskIDLE_PRIORITY + 1; i < configMAX_PRIORITIES; ++i) in xHaveReadyTasks()
2469 if( pxCurrentTCB[ xPortGetCoreID() ]->uxPriority > tskIDLE_PRIORITY ) in prvGetExpectedIdleTime()
2484 … else if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > configNUM_CORES ) in prvGetExpectedIdleTime()
2792 …} while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); /*lint !e961 MISRA exception as the casts a… in xTaskGetHandle()
2860 …} while( uxQueue > ( UBaseType_t ) tskIDLE_PRIORITY ); /*lint !e961 MISRA exception as the casts a… in uxTaskGetSystemState()
3953 … if( listCURRENT_LIST_LENGTH( &( pxReadyTasksLists[ tskIDLE_PRIORITY ] ) ) > ( UBaseType_t ) 1 ) in portTASK_FUNCTION()
Dqueue.c2227 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
Dapp_prov.c197 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
/hal_espressif-3.6.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c280 …et = xTaskCreate(eth2wifi_flow_control_task, "flow_ctl", 2048, NULL, (tskIDLE_PRIORITY + 2), NULL); in initialize_flow_control()
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
Dapp_prov.c137 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
Dapp_prov.c151 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
/hal_espressif-3.6.0/components/esp_http_server/include/
Desp_http_server.h27 .task_priority = tskIDLE_PRIORITY+5, \
/hal_espressif-3.6.0/components/esp_eth/test/
Dtest_emac.c338 xTaskCreate(eth_download_task, "eth_dl", 4096, eth_event_group, tskIDLE_PRIORITY + 2, NULL);
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h189 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro
/hal_espressif-3.6.0/components/wifi_provisioning/src/
Dmanager.c618 …if (xTaskCreate(prov_stop_task, "prov_stop_task", 4096, (void *)1, tskIDLE_PRIORITY, NULL) != pdPA… in wifi_prov_mgr_stop_service()