Searched refs:iwstw_task_f (Results 1 – 2 of 2) sorted by relevance
43 typedef void (*iwstw_task_f)(void *arg); typedef72 IW_EXPORT iwrc iwstw_schedule(IWSTW stw, iwstw_task_f task, void *task_arg);
9 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()