Searched refs:tskIDLE_PRIORITY (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_spinlocks.c | 127 …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/ |
D | task_snapshot.c | 73 …} 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/ |
D | protocomm_console.h | 25 .task_priority = tskIDLE_PRIORITY + 3, \
|
D | protocomm_httpd.h | 22 .task_priority = tskIDLE_PRIORITY + 5, \
|
/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/main/ |
D | keep_alive.h | 15 .task_prio = tskIDLE_PRIORITY+1, \
|
/hal_espressif-3.6.0/components/esp_https_server/include/ |
D | esp_https_server.h | 106 .task_priority = tskIDLE_PRIORITY+5, \
|
/hal_espressif-3.6.0/tools/test_apps/system/longjmp_test/main/ |
D | hello_world_main.c | 109 xTaskCreate(sjlj_task, "sjlj_task", 4096, (void *) i, tskIDLE_PRIORITY + 0, NULL); in app_main()
|
/hal_espressif-3.6.0/components/mdns/test/ |
D | test_mdns.c | 18 vTaskPrioritySet(NULL, tskIDLE_PRIORITY); in yield_to_all_priorities()
|
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/ |
D | app_prov.c | 135 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 406 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()
|
D | queue.c | 2227 uxHighestPriorityOfWaitingTasks = tskIDLE_PRIORITY; in prvGetDisinheritPriorityAfterTimeout()
|
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/ |
D | app_prov.c | 197 xTaskCreate(&stop_prov_task, "stop_prov", 2048, NULL, tskIDLE_PRIORITY, NULL); in _stop_prov_cb()
|
/hal_espressif-3.6.0/examples/ethernet/eth2ap/main/ |
D | ethernet_example_main.c | 280 …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/ |
D | app_prov.c | 137 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/ |
D | app_prov.c | 151 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/ |
D | esp_http_server.h | 27 .task_priority = tskIDLE_PRIORITY+5, \
|
/hal_espressif-3.6.0/components/esp_eth/test/ |
D | test_emac.c | 338 xTaskCreate(eth_download_task, "eth_dl", 4096, eth_event_group, tskIDLE_PRIORITY + 2, NULL);
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 189 #define tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) macro
|
/hal_espressif-3.6.0/components/wifi_provisioning/src/ |
D | manager.c | 618 …if (xTaskCreate(prov_stop_task, "prov_stop_task", 4096, (void *)1, tskIDLE_PRIORITY, NULL) != pdPA… in wifi_prov_mgr_stop_service()
|