Home
last modified time | relevance | path

Searched refs:aos_task_new (Results 1 – 25 of 37) sorted by relevance

12

/AliOS-Things-master/hardware/chip/rtl872xd/test/
A Daos_test.c433 ret = aos_task_new("task1", task1, NULL, stack_size); in CASE()
466 ret = aos_task_new("task2", task2, NULL, stack_size); in CASE()
482 ret = aos_task_new("task2", task2, NULL, stack_size); in CASE()
498 ret = aos_task_new("task3", task3, NULL, stack_size); in CASE()
519 ret = aos_task_new(task_name, task1, NULL, stack_size); in CASE()
547 ret = aos_task_new(task_name, task0, NULL, stack_size); in CASE()
611 ret = aos_task_new(task_name, task4, NULL, stack_size); in CASE()
615 ret = aos_task_new(task_name, task5, NULL, stack_size); in CASE()
668 ret = aos_task_new(task_name, task6, NULL, stack_size); in CASE()
737 ret = aos_task_new("task1", task8, NULL, stack_size); in CASE()
[all …]
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Dmain.c56 aos_task_new("ucloud_ai_demo_main", ucloud_ai_demo_main, NULL, 1024 * 20); in wifi_service_event()
58 aos_task_new("linkkit", (void (*)(void *))linkkit_main, NULL, 1024 * 10); in wifi_service_event()
A Dlinkkit_event.c399 res = aos_task_new("linkkit_mqtt_process", linkkit_mqtt_process_thread, mqtt_handle, 4096); in linkkit_main()
408 res = aos_task_new("linkkit_mqtt_process", linkkit_mqtt_recv_thread, mqtt_handle, 4096); in linkkit_main()
/AliOS-Things-master/solutions/ota_demo/
A Dotaappdemo.c111 ret = aos_task_new("ota_demo", (void *)ota_service_start, (void *)pctx, 1024 * 6); in ota_upgrade_cb()
126 … ret = aos_task_new("ota_subdev_demo", (void *)ota_module_upgrade_start, (void *)pctx, 1024 * 6); in ota_upgrade_cb()
346 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in mqtt_main()
356 res = aos_task_new("demo_mqtt_recv", demo_mqtt_recv_thread, mqtt_handle, 4096); in mqtt_main()
395 aos_task_new("iotx_example", mqtt_main, (void *)NULL, 1024 * 8); in wifi_service_event()
/AliOS-Things-master/components/lwip/example/
A Dudp_test.c80 aos_task_new("udp_server", udp_server_task, NULL, 6 << 10); in udp_example()
82 aos_task_new("udp_client", udp_client_task, NULL, 6 << 10); in udp_example()
/AliOS-Things-master/components/osal_aos/example/
A Dmutex_example.c105 status = aos_task_new(TASKA_NAME, task_entry, NULL, TASKA_STACKSIZE); in aos_mutex_example()
112 status = aos_task_new(TASKB_NAME, task_entry, NULL, TASKB_STACKSIZE); in aos_mutex_example()
/AliOS-Things-master/solutions/audio_demo/
A Dmain.c36 aos_task_new("link_dmeo", entry_func, NULL, 6 << 10); in wifi_event_cb()
A Ddata_model_basic_demo.c468 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_main()
477 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_main()
/AliOS-Things-master/solutions/auto_demo/
A Dmain.c36 aos_task_new("link_dmeo", entry_func, NULL, 6*1024); in wifi_event_cb()
A Ddata_model_basic_demo.c402 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_main()
411 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_main()
/AliOS-Things-master/solutions/rfid_demo/
A Dmain.c36 aos_task_new("rfid_demo", entry_func, NULL, 6 << 10); in wifi_event_cb()
A Drfid_demo.c358 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_main()
367 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_main()
/AliOS-Things-master/solutions/flower_demo/
A Dmain.c37 aos_task_new("link_dmeo", entry_func, NULL, 6*1024); in wifi_event_cb()
A Ddata_model_basic_demo.c383 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_main()
392 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_main()
/AliOS-Things-master/solutions/eduk1_demo/
A Dapp_start.c55 aos_task_new("link_dmeo", entry_func, NULL, 6*1024); in wifi_event_cb()
/AliOS-Things-master/solutions/linksdk_demo/
A Ddata_model_basic_demo.c376 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_main()
385 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_main()
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A Dsubdev_basic_demo.c241 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, mqtt_handle, 4096); in demo_mqtt_start()
251 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, 4096); in demo_mqtt_start()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/
A Dhal_test.c47 aos_task_new("hal test task", hal_test_task, NULL, 2048); in hal_test()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dshell_ram.c193 aos_task_new("LOGUART_TASK", shell_task_ram, NULL, 1024*4); in shell_init_ram()
/AliOS-Things-master/components/websocket/example/
A Dwebsocket_example.c319 aos_task_new("ws-test", websoc_cli_test_entry, NULL, 10 * 1024); in websocket_comp_example()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodlinkkit.c516 res = aos_task_new("demo_mqtt_process", demo_mqtt_process_thread, in linkkit_init()
526 res = aos_task_new("demo_mqtt_process", demo_mqtt_recv_thread, mqtt_handle, in linkkit_init()
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c70 int aos_task_new(const char *name, void (*fn)(void *), void *arg, in aos_task_new() function
89 return aos_task_new(name, fn, arg, stack_size); in aos_task_new_ext()
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_linksdk.c633 …res = aos_task_new("BleCfg_mqtt_process_thread", (void (*)(void *))BleCfg_mqtt_process_thread, mqt… in BleCfg_linksdk_main()
642 …res = aos_task_new("BleCfg_mqtt_recv_thread", (void (*)(void *))BleCfg_mqtt_recv_thread, mqtt_hand… in BleCfg_linksdk_main()
/AliOS-Things-master/components/ota/
A DREADME.md142 > aos_task_new("ota_demo", (void *)ota_service_start, (void *)pctx, 1024 * 6);
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md324 aos_task_new("lightmeter_task", lightmeter_task, NULL, 1000);
325 printf("aos_task_new lightmeter_task \n");

Completed in 43 milliseconds

12