Home
last modified time | relevance | path

Searched refs:dly (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_workqueue.c191 tick_t dly) in krhino_work_init() argument
211 work->dly = dly; in krhino_work_init()
214 if (dly > 0) { in krhino_work_init()
216 work->dly, 0, (void *)work, 0); in krhino_work_init()
237 if (work->dly == 0) { in krhino_work_run()
288 if (work->dly > 0) { in krhino_work_cancel()
/AliOS-Things-master/components/cplusplus/
A DworkQueue.cpp49 kstat_t Work::init(work_handle_t handle, void *arg, tick_t dly) in init() argument
51 return krhino_work_init(&_work_def, handle, arg, dly); in init()
/AliOS-Things-master/kernel/rhino/include/
A Dk_workqueue.h27 tick_t dly; member
73 kstat_t krhino_work_init(kwork_t *work, work_handle_t handle, void *arg, tick_t dly);
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_workqueue.c84 aos_status_t aos_work_init(aos_work_t *work, void (*fn)(void *), void *arg, int dly) in aos_work_init() argument
98 ret = krhino_work_init(w, fn, arg, MS2TICK(dly)); in aos_work_init()
/AliOS-Things-master/components/cplusplus/include/
A Dcpp_workQueue.h62 kstat_t init(work_handle_t handle, void *arg, tick_t dly);
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h403 float dlx = dy, dly = -dx; in nsvg__initClosed() local
404 float lx = px - dlx*w, ly = py - dly*w; in nsvg__initClosed()
405 float rx = px + dlx*w, ry = py + dly*w; in nsvg__initClosed()
414 float dlx = dy, dly = -dx; in nsvg__buttCap() local
415 float lx = px - dlx*w, ly = py - dly*w; in nsvg__buttCap()
416 float rx = px + dlx*w, ry = py + dly*w; in nsvg__buttCap()
432 float dlx = dy, dly = -dx; in nsvg__squareCap() local
433 float lx = px - dlx*w, ly = py - dly*w; in nsvg__squareCap()
434 float rx = px + dlx*w, ry = py + dly*w; in nsvg__squareCap()
455 float dlx = dy, dly = -dx; in nsvg__roundCap() local
[all …]
/AliOS-Things-master/components/osal_aos/include/aos/
A Dkernel.h781 aos_status_t aos_work_init(aos_work_t *work, void (*fn)(void *), void *arg, int dly);

Completed in 9 milliseconds