Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwstw.h43 typedef void (*iwstw_task_f)(void *arg); typedef
72 IW_EXPORT iwrc iwstw_schedule(IWSTW stw, iwstw_task_f task, void *task_arg);
Diwstw.c9 iwstw_task_f fn;
33 iwstw_task_f fn = 0; in worker_fn()
103 iwrc iwstw_schedule(IWSTW stw, iwstw_task_f fn, void *arg) { in iwstw_schedule()