Home
last modified time | relevance | path

Searched refs:xTaskCreate (Results 1 – 25 of 165) sorted by relevance

1234567

/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_sha_rsa.c129xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FRE…
130xTaskCreate(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FRE…
131xTaskCreate(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[2], UNITY_FRE…
175xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU…
176xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FREERTOS_PRIORITY - 1, NU…
209xTaskCreate(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU…
210xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FREERTOS_PRIORITY - 1, NU…
243xTaskCreate(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FRE…
244xTaskCreate(&rsa_task, "rsa_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FRE…
278xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FREERTOS_PRIORITY - 1, NU…
[all …]
Dtest_mbedtls_sha.c136 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, &param, 3, NULL);
Dtest_aes_sha_parallel.c117 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/
Dselect_example.c203 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/
Dtest_wifi_init.c113xTaskCreate(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/
Duart_async_rxtxtasks_main.c74 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/
Dtest_locks.c37 …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/
Dmain.c118 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/
Dspp_task.c105 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/
Dspp_task.c105 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/
Dtest_spi_bus_lock.c264 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/
Dudp_server.c131 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/
Dtest_vfs_eventfd.c188 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/
Dir_protocols_main.c116 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/
Dbt_app_core.c103xTaskCreate(bt_app_task_handler, "BtAppT", 3072, NULL, configMAX_PRIORITIES - 3, &s_bt_app_task_ha… in bt_app_task_start_up()
141xTaskCreate(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/
Dbt_app_core.c143xTaskCreate(bt_app_task_handler, "BtAppTask", 3072, NULL, configMAX_PRIORITIES - 3, &s_bt_app_task… in bt_app_task_start_up()
163xTaskCreate(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/
Dtcp_client_multiple.c159 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/
Dtcp_server.c173 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/
Dfreertos_linux.c138 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/
Desp_ot_udp_socket.c127xTaskCreate(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()
Desp_ot_tcp_socket.c145xTaskCreate(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/
Di2s_es8311_example.c199 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/
Deventfd_example.c177 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/
Dapp_main.c250 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/
Dapp_main.c302 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()

1234567