/hal_espressif-3.6.0/components/mbedtls/test/ |
D | test_aes_sha_rsa.c | 129 …xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FRE… 130 …xTaskCreate(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FRE… 131 …xTaskCreate(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[2], UNITY_FRE… 175 …xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU… 176 …xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FREERTOS_PRIORITY - 1, NU… 209 …xTaskCreate(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU… 210 …xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FREERTOS_PRIORITY - 1, NU… 243 …xTaskCreate(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FRE… 244 …xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FRE… 278 …xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU… [all …]
|
D | test_mbedtls_sha.c | 136 xTaskCreate(tskRunSHA1Test, "SHA1Task1", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 137 xTaskCreate(tskRunSHA1Test, "SHA1Task2", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 138 xTaskCreate(tskRunSHA256Test, "SHA256Task1", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 139 xTaskCreate(tskRunSHA256Test, "SHA256Task2", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 181 xTaskCreate(tskRunSHASelftests, "SHASelftests1", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 182 xTaskCreate(tskRunSHASelftests, "SHASelftests2", SHA_TASK_STACK_SIZE, NULL, 3, NULL); 321 xTaskCreate(tskFinaliseSha, "SHAFinalise", SHA_TASK_STACK_SIZE, ¶m, 3, NULL);
|
D | test_aes_sha_parallel.c | 117 xTaskCreate(tskRunSHA256Test, "SHA256Task", TASK_STACK_SIZE, NULL, 3, NULL); 118 xTaskCreate(tskRunAES256Test, "AES256Task", TASK_STACK_SIZE, NULL, 3, NULL);
|
/hal_espressif-3.6.0/examples/system/select/main/ |
D | select_example.c | 203 xTaskCreate(uart1_write_task, "uart1_write_task", 4*1024, NULL, 5, NULL); in app_main() 204 xTaskCreate(socket_write_task, "socket_write_task", 4*1024, NULL, 5, NULL); in app_main() 206 xTaskCreate(select_task, "select_task", 4*1024, NULL, 5, NULL); in app_main()
|
/hal_espressif-3.6.0/components/esp_wifi/test/ |
D | test_wifi_init.c | 113 …xTaskCreate(wifi_driver_can_start_on_APP_CPU_task, "wifi_driver_can_start_on_APP_CPU_task", 2048*2… 166 xTaskCreate(wifi_start_stop_task, "wifi_start_stop_task", 2048*2, &sema, 3, &th); 215 xTaskCreate(wifi_stop_task, "wifi_stop_task", 2048*2, &sema, 3, &th); 268 xTaskCreate(wifi_deinit_task, "wifi_deinit_task", 2048*2, &sema, 3, &th);
|
/hal_espressif-3.6.0/examples/peripherals/uart/uart_async_rxtxtasks/main/ |
D | uart_async_rxtxtasks_main.c | 74 xTaskCreate(rx_task, "uart_rx_task", 1024*2, NULL, configMAX_PRIORITIES, NULL); in app_main() 75 xTaskCreate(tx_task, "uart_tx_task", 1024*2, NULL, configMAX_PRIORITIES-1, NULL); in app_main()
|
/hal_espressif-3.6.0/components/newlib/test/ |
D | test_locks.c | 37 …TEST_ASSERT(xTaskCreate(&locking_task, "locking_task", 2048, lock, UNITY_FREERTOS_PRIORITY, &task_… in test_inner_normal() 61 …TEST_ASSERT(xTaskCreate(&recursive_locking_task, "locking_task", 2048, lock, UNITY_FREERTOS_PRIORI… in test_inner_recursive()
|
/hal_espressif-3.6.0/examples/system/esp_event/user_event_loops/main/ |
D | main.c | 118 xTaskCreate(task_event_source, "task_event_source", 2048, NULL, uxTaskPriorityGet(NULL), NULL); in app_main() 122 xTaskCreate(application_task, "application_task", 2048, NULL, uxTaskPriorityGet(NULL), NULL); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/ |
D | spp_task.c | 105 xTaskCreate(spp_task_task_handler, "SPPAppT", 2048, NULL, 10, &spp_task_task_handle); in spp_task_task_start_up() 123 xTaskCreate(p_cback, "write_read", 2048, (void *)fd, 5, NULL); in spp_wr_task_start_up()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/ |
D | spp_task.c | 105 xTaskCreate(spp_task_task_handler, "SPPAppT", 2048, NULL, 10, &spp_task_task_handle); in spp_task_task_start_up() 123 xTaskCreate(p_cback, "write_read", 2048, (void *)fd, 5, NULL); in spp_wr_task_start_up()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_spi_bus_lock.c | 264 xTaskCreate( spi_task1, "task1", 4096, &context1, 0, &task1 ); in test_bus_lock() 265 xTaskCreate( spi_task2, "task2", 4096, &context2, 0, &task2 ); in test_bus_lock() 266 xTaskCreate( spi_task3, "task3", 4096, &context3, 0, &task3 ); in test_bus_lock() 268 xTaskCreate( spi_task4, "task4", 2048, &context4, 0, &task4 ); in test_bus_lock()
|
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/main/ |
D | udp_server.c | 131 xTaskCreate(udp_server_task, "udp_server", 4096, (void*)AF_INET, 5, NULL); in app_main() 134 xTaskCreate(udp_server_task, "udp_server", 4096, (void*)AF_INET6, 5, NULL); in app_main()
|
/hal_espressif-3.6.0/components/vfs/test/ |
D | test_vfs_eventfd.c | 188 xTaskCreate(signal_task, "signal_task", 2048, &fd0, 5, NULL); 288 xTaskCreate(close_task, "close_task", 2048, &fd, 5, NULL); 342 xTaskCreate(select_task, "select_task0", 2048, &args, 5, NULL); 343 xTaskCreate(select_task, "select_task1", 2048, &args, 5, NULL);
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/ |
D | ir_protocols_main.c | 116 xTaskCreate(example_ir_rx_task, "ir_rx_task", 2048, NULL, 10, NULL); in app_main() 117 xTaskCreate(example_ir_tx_task, "ir_tx_task", 2048, NULL, 10, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | bt_app_core.c | 103 …xTaskCreate(bt_app_task_handler, "BtAppT", 3072, NULL, configMAX_PRIORITIES - 3, &s_bt_app_task_ha… in bt_app_task_start_up() 141 …xTaskCreate(bt_i2s_task_handler, "BtI2ST", 1024, NULL, configMAX_PRIORITIES - 3, &s_bt_i2s_task_ha… in bt_i2s_task_start_up()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/ |
D | bt_app_core.c | 143 …xTaskCreate(bt_app_task_handler, "BtAppTask", 3072, NULL, configMAX_PRIORITIES - 3, &s_bt_app_task… in bt_app_task_start_up() 163 …xTaskCreate(bt_i2s_task_handler, "BtI2STask", 1024, NULL, configMAX_PRIORITIES - 3, &s_bt_i2s_task… in bt_i2s_task_start_up()
|
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client_multi_net/main/ |
D | tcp_client_multiple.c | 159 xTaskCreate(&app_connection_task, "app_ethernet_task", 4096, "eth", 5, NULL); in app_main() 160 xTaskCreate(&app_connection_task, "app_wifi_task", 4096, "sta", 5, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/main/ |
D | tcp_server.c | 173 xTaskCreate(tcp_server_task, "tcp_server", 4096, (void*)AF_INET, 5, NULL); in app_main() 176 xTaskCreate(tcp_server_task, "tcp_server", 4096, (void*)AF_INET6, 5, NULL); in app_main()
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 138 xTaskCreate(pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pvCreatedTask); in xTaskCreatePinnedToCore() 143 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth,… in xTaskCreate() function
|
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/ |
D | esp_ot_udp_socket.c | 127 …xTaskCreate(udp_socket_server_task, "ot_udp_scoket_server", 4096, xTaskGetCurrentTaskHandle(), 4, … in esp_ot_process_udp_server() 137 xTaskCreate(udp_socket_client_task, "ot_udp_socket_client", 4096, aArgs[0], 4, NULL); in esp_ot_process_udp_client()
|
D | esp_ot_tcp_socket.c | 145 …xTaskCreate(tcp_socket_server_task, "ot_tcp_scoket_server", 4096, xTaskGetCurrentTaskHandle(), 4, … in esp_ot_process_tcp_server() 155 xTaskCreate(tcp_socket_client_task, "ot_tcp_socket_client", 4096, aArgs[0], 4, NULL); in esp_ot_process_tcp_client()
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_es8311/main/ |
D | i2s_es8311_example.c | 199 xTaskCreate(i2s_music, "i2s_music", 4096, NULL, 5, NULL); in app_main() 202 xTaskCreate(i2s_echo, "i2s_echo", 8192, NULL, 5, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/system/eventfd/main/ |
D | eventfd_example.c | 177 xTaskCreate(worker_task, "worker_task", 4 * 1024, NULL, 5, &s_worker_handle); in app_main() 178 xTaskCreate(collector_task, "collector_task", 4 * 1024, NULL, 5, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/slave/main/ |
D | app_main.c | 250 xTaskCreate(sendTask, "sendTask", 4096, NULL, 1, NULL); in app_main() 251 xTaskCreate(recvTask, "recvTask", 4096, NULL, 1, NULL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/segment_mode/seg_slave/main/ |
D | app_main.c | 302 xTaskCreate(sender, "sendTask", 4096, &send_buf_size, 1, NULL); in app_main() 303 xTaskCreate(receiver, "recvTask", 4096, &recv_buf_size, 1, NULL); in app_main()
|