Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwstw.c8 struct _TASK { struct
11 struct _TASK *next; argument
15 struct _TASK *head;
16 struct _TASK *tail;
37 struct _TASK *h = stw->head; in worker_fn()
78 struct _TASK *t = stw->head; in iwstw_shutdown()
80 struct _TASK *o = t; in iwstw_shutdown()
108 struct _TASK *task = malloc(sizeof(*task)); in iwstw_schedule()
110 *task = (struct _TASK) { in iwstw_schedule()