Searched refs:aos_work_init (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/osal_aos/example/ |
A D | workqueue_example.c | 101 ret = aos_work_init(&work0, work0_func, "WORK 0", 0); in aos_workqueue_example() 107 ret = aos_work_init(&work1, work1_func, "WORK 1", 0); in aos_workqueue_example() 113 ret = aos_work_init(&work2, work2_func, "WORK 2", 1); in aos_workqueue_example() 119 ret = aos_work_init(&work3, work3_func, "WORK 3", 20); in aos_workqueue_example() 125 ret = aos_work_init(&work4, work4_func, "WORK 4", 18); in aos_workqueue_example() 131 ret = aos_work_init(&work5, work5_func, "WORK 5", 40); in aos_workqueue_example() 137 ret = aos_work_init(&work6, work6_func, "WORK 6", 50); in aos_workqueue_example()
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_workqueue.c | 84 aos_status_t aos_work_init(aos_work_t *work, void (*fn)(void *), void *arg, int dly) in aos_work_init() function
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 781 aos_status_t aos_work_init(aos_work_t *work, void (*fn)(void *), void *arg, int dly);
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 1181 | aos_work_init() | work创建函数 | 1204 … 任务T然后调用aos_work_init()创建7个任务:work0、work1、work2、work3、work4、work5、work6,延迟参数分别为0、0、1、20、18、40、50。
|
Completed in 14 milliseconds