Home
last modified time | relevance | path

Searched refs:aos_work_run (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dworkqueue_example.c144 aos_work_run(&wq1, &work0); in aos_workqueue_example()
145 aos_work_run(&wq1, &work1); in aos_workqueue_example()
146 aos_work_run(&wq1, &work1); in aos_workqueue_example()
148 aos_work_run(&wq1, &work2); in aos_workqueue_example()
149 aos_work_run(&wq1, &work2); in aos_workqueue_example()
150 aos_work_run(&wq1, &work3); in aos_workqueue_example()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_workqueue.c128 aos_status_t aos_work_run(aos_workqueue_t *workqueue, aos_work_t *work) in aos_work_run() function
/AliOS-Things-master/components/osal_aos/
A DREADME.md1183 | aos_work_run() | work触发函数 |
1205 1. t1时刻,任务T调用aos_work_run()依次:
1301 - 当work延时参数为0时,调用aos_work_run()触发多次,则会在对应工作队列中会被执行多次;若work延迟参数不为0,调用aos_work_run()触发多次,则只会在对应工作队列中被…
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h800 aos_status_t aos_work_run(aos_workqueue_t *workqueue, aos_work_t *work);

Completed in 8 milliseconds