Home
last modified time | relevance | path

Searched refs:wq (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_workqueue.h35 struct workqueue_struct* wq; member
40 struct workqueue_struct* wq; member
51 extern void alloc_ordered_workqueue(struct workqueue_struct *wq);
53 extern bool queue_work_def(struct workqueue_struct *wq,
55 extern bool queue_delayed_work(struct workqueue_struct *wq,
61 extern void destroy_workqueue(struct workqueue_struct *wq);
62 extern void flush_workqueue(struct workqueue_struct *wq);
67 #define queue_work(wq, work) ({\ argument
69 __ret = queue_work_def(wq, work);\
/AliOS-Things-master/kernel/rhino/
A Dk_workqueue.c162 kworkqueue_t *wq = (kworkqueue_t *)arg; in work_timer_cb() local
165 if (wq->work_current == work) { in work_timer_cb()
179 work->wq = wq; in work_timer_cb()
183 ret = krhino_sem_give(&(wq->sem)); in work_timer_cb()
212 work->wq = NULL; in krhino_work_init()
252 work->wq = workqueue; in krhino_work_run()
281 kworkqueue_t *wq; in krhino_work_cancel() local
285 wq = (kworkqueue_t *)work->wq; in krhino_work_cancel()
287 if (wq == NULL) { in krhino_work_cancel()
295 if (wq->work_current == work) { in krhino_work_cancel()
[all …]
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_workqueue.c25 kworkqueue_t *wq; in aos_workqueue_create() local
35 wq = aos_malloc(sizeof(kworkqueue_t)); in aos_workqueue_create()
36 if (wq == NULL) { in aos_workqueue_create()
43 if (wq != NULL) { in aos_workqueue_create()
44 aos_free(wq); in aos_workqueue_create()
54 ret = krhino_workqueue_create(wq, name, prio, stk, in aos_workqueue_create()
57 aos_free(wq); in aos_workqueue_create()
64 workqueue->hdl = wq; in aos_workqueue_create()
/AliOS-Things-master/kernel/rhino/include/
A Dk_workqueue.h29 void *wq; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h1002 int rtw_queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, u32 delay, voi…
1340 …int (*rtw_queue_delayed_work)(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned lo…
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c1407 int rtw_queue_delayed_work(struct workqueue_struct *wq,
1411 osdep_service.rtw_queue_delayed_work(wq, dwork, delay, context);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5wq����������|y�mh�`Z�4+�2&�8)�:'�:%�9%�9&�:)�:+�:,�9-�5)�5'�8*�>/�>/�6(�/"�:.�7-�7,�8,�9+�:)�9&�8#…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm199 w�mxQ'eR 4��jh)wf1H x�@wq?U^: [+?RFlm&��A��A��P��]��V��P��K��L��N��Q��N��M��O��L��N…

Completed in 36 milliseconds