Searched refs:AOS_TASK_AUTORUN (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | sem_example.c | 108 …(&taskA_handle, TASKA_NAME, task_entry, NULL, NULL, TASKA_STACKSIZE, TASKA_PRIO, AOS_TASK_AUTORUN); in aos_sem_example() 115 …(&taskB_handle, TASKB_NAME, task_entry, NULL, NULL, TASKB_STACKSIZE, TASKB_PRIO, AOS_TASK_AUTORUN); in aos_sem_example()
|
A D | queue_example.c | 127 …&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASKA_PRIO, AOS_TASK_AUTORUN); in aos_queue_example() 135 …&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASKB_PRIO, AOS_TASK_AUTORUN); in aos_queue_example()
|
A D | event_example.c | 141 …&taskA_handle, TASKA_NAME, taskA_entry, NULL, NULL, TASKA_STACKSIZE, TASKA_PRIO, AOS_TASK_AUTORUN); in aos_event_example() 148 …&taskB_handle, TASKB_NAME, taskB_entry, NULL, NULL, TASKB_STACKSIZE, TASKB_PRIO, AOS_TASK_AUTORUN); in aos_event_example()
|
A D | timer_example.c | 87 …e(&task_handle, "task_timer_test", aos_timer_example_task, NULL, NULL, 1024, 50, AOS_TASK_AUTORUN); in aos_timer_example()
|
A D | task_example.c | 109 …tus = aos_task_create(&task1_handle, "task1", task1_entry, NULL, NULL, 4096, 50, AOS_TASK_AUTORUN); in aos_task_example()
|
/AliOS-Things-master/solutions/linksdk_demo/ |
A D | main.c | 38 NULL, NULL, 6048, AOS_DEFAULT_APP_PRI, AOS_TASK_AUTORUN); in wifi_event_cb()
|
/AliOS-Things-master/solutions/linksdk_gateway_demo/ |
A D | main.c | 39 NULL, NULL, 6048, AOS_DEFAULT_APP_PRI, AOS_TASK_AUTORUN); in wifi_event_cb()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_task.c | 84 … stack_size / sizeof(cpu_stack_t), fn, options & AOS_TASK_AUTORUN); in aos_task_create() 87 stack_size / sizeof(cpu_stack_t), fn, options & AOS_TASK_AUTORUN); in aos_task_create()
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 66 #define AOS_TASK_AUTORUN 0x01u /**< 表示任务创建后即可被调度执行,当调用aos_task_create()创建任务时,用来指定option参数… macro
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_linksdk.c | 161 NULL, NULL, 6048, AOS_DEFAULT_APP_PRI, AOS_TASK_AUTORUN); in BleCfg_dev_connect()
|
Completed in 10 milliseconds